1
0
Fork 0
forked from len0rd/rockbox

split boot.lds and move it into the target tree

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16855 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2008-03-27 23:58:03 +00:00
parent 8406d92475
commit 82c52302bd
14 changed files with 837 additions and 455 deletions

View file

@ -11,7 +11,7 @@ INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR)
-I$(BUILDDIR)
DEPFILE = $(OBJDIR)/dep-bootloader
LDS := $(FIRMDIR)/boot.lds
LDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/boot.lds
ifdef DEBUG
DEFINES := -DDEBUG