forked from len0rd/rockbox
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
|
@ -26,7 +26,7 @@ ifdef APP_TYPE
|
|||
PDBOXLDFLAGS += -lm
|
||||
endif
|
||||
|
||||
$(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ)
|
||||
$(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ) $(TLSFLIB)
|
||||
|
||||
# Compile PDBox with extra flags (adapted from ZXBox)
|
||||
$(PDBOXBUILDDIR)/%.o: $(PDBOXSRCDIR)/%.c $(PDBOXSRCDIR)/pdbox.make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue