mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04: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
|
@ -14,7 +14,6 @@ SETJMPLIB = $(BUILDDIR)/lib/libsetjmp.a
|
|||
|
||||
INCLUDES += -I$(SETJMPLIB_DIR)
|
||||
OTHER_SRC += $(SETJMPLIB_SRC)
|
||||
EXTRA_LIBS += $(SETJMPLIB)
|
||||
|
||||
$(SETJMPLIB): $(SETJMPLIB_OBJ)
|
||||
$(SILENT)$(shell rm -f $@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue