diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2008-03-13 04:03:55 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2008-03-13 04:03:55 +0000 |
commit | bef8e8c2929e249c612757d21494714aa7f37086 (patch) | |
tree | 9378e1fca04b92f3c0b5d99ddcd74cac04d9993f /flash | |
parent | ef62d6891a4def12d43b7a562f165eeb93816461 (diff) |
Fix Red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16652 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'flash')
-rw-r--r-- | flash/bootbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/bootbox/Makefile b/flash/bootbox/Makefile index a3e316bc5e..7ef5364a6e 100644 --- a/flash/bootbox/Makefile +++ b/flash/bootbox/Makefile @@ -11,7 +11,7 @@ INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) -I$(BUILDDIR) DEPFILE = $(OBJDIR)/dep-bootbox -LDS := $(FIRMDIR)/app.lds +LDS := $(FIRMDIR)/target/$(CPU)/$(MANUFACTURER)/app.lds ifdef DEBUG DEFINES := -DDEBUG |