From bef8e8c2929e249c612757d21494714aa7f37086 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Thu, 13 Mar 2008 04:03:55 +0000 Subject: Fix Red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16652 a1c6a512-1295-4272-9138-f99709370657 --- flash/bootbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash/bootbox/Makefile') 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 -- cgit