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:
parent
8406d92475
commit
82c52302bd
14 changed files with 837 additions and 455 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue