forked from len0rd/rockbox
Split up app.lds to the respective target directories. The portalplayer devices replicate app.lds since their target tree doesn't follow a syntax typical to the newer arm targets - the portalplayers could be cleaned up further. boot.lds and plugin.lds still need to be cleaned up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2b5f9aec64
commit
ef62d6891a
14 changed files with 1841 additions and 576 deletions
|
|
@ -11,7 +11,9 @@ INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDI
|
|||
-I$(BUILDDIR)/bitmaps -I$(OBJDIR)
|
||||
|
||||
DEPFILE = $(OBJDIR)/dep-apps
|
||||
LDS := $(FIRMDIR)/app.lds
|
||||
|
||||
LDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/app.lds
|
||||
|
||||
ROMLDS := $(FIRMDIR)/rom.lds
|
||||
|
||||
ifdef ENABLEDPLUGINS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue