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
|
@ -20,7 +20,7 @@ OTHER_SRC += $(MIKMOD_SRC)
|
|||
|
||||
MIKMODCFLAGS = $(PLUGINFLAGS) -I$(MIKMODSRCDIR) -O2
|
||||
|
||||
$(MIKMODBUILDDIR)/mikmod.rock: $(MIKMOD_OBJ)
|
||||
$(MIKMODBUILDDIR)/mikmod.rock: $(MIKMOD_OBJ) $(TLSFLIB)
|
||||
|
||||
# new rule needed to use extra compile flags
|
||||
$(MIKMODBUILDDIR)/%.o: $(MIKMODSRCDIR)/%.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue