mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Deprecate the EXTRA_LIBS variable.
Instead specify explicit library dependencies for codecs and plugins.
This commit is contained in:
parent
02a9089034
commit
1501df045f
7 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue