From 1501df045f75b1ee607b49ce2f970c762a2538a4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 24 Jan 2013 16:01:28 +0100 Subject: Deprecate the EXTRA_LIBS variable. Instead specify explicit library dependencies for codecs and plugins. --- tools/root.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/root.make') diff --git a/tools/root.make b/tools/root.make index 256d25c1df..c8c4eb4f89 100644 --- a/tools/root.make +++ b/tools/root.make @@ -62,8 +62,8 @@ endif all: $(DEPFILE) build # Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC, -# ASMDEFS_SRC, CORE_LIBS and EXTRA_LIBS. But they also define special -# dependencies and compile rules +# ASMDEFS_SRC and CORE_LIBS. But they also define special dependencies and +# compile rules include $(TOOLSDIR)/tools.make ifeq (,$(findstring checkwps,$(APP_TYPE))) @@ -71,7 +71,7 @@ ifeq (,$(findstring checkwps,$(APP_TYPE))) ifeq (,$(findstring warble,$(APP_TYPE))) include $(FIRMDIR)/firmware.make include $(ROOTDIR)/apps/bitmaps/bitmaps.make - ifeq (,$(findstring bootloader,$(APPSDIR))) + ifeq (,$(findstring bootloader,$(APPSDIR))) include $(ROOTDIR)/lib/skin_parser/skin_parser.make include $(ROOTDIR)/lib/tlsf/libtlsf.make endif -- cgit v1.2.3