forked from len0rd/rockbox
build system: unify/simplify library handling a bit.
libs in $ROOT/lib now add to $(CORE_LIBS) and $(EXTRA_LIBS) and are automatically linked by the core and codecs/plugins respectively. Change-Id: Iff482c792a8c8142718f6a16a450c6e2f1497c9a
This commit is contained in:
parent
9445d4625a
commit
f269aa0060
15 changed files with 79 additions and 90 deletions
|
|
@ -18,7 +18,7 @@ PDBOX_OBJ := $(call c2obj, $(PDBOX_SRC))
|
|||
# add source files to OTHERSRC to get automatic dependencies
|
||||
OTHER_SRC += $(PDBOX_SRC)
|
||||
|
||||
$(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ) $(MPEG_OBJ) $(CODECDIR)/libtlsf.a
|
||||
$(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ) $(MPEG_OBJ)
|
||||
|
||||
PDBOXFLAGS = $(PLUGINFLAGS) -fno-strict-aliasing
|
||||
PDBOXLDFLAGS = $(PLUGINLDFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue