diff options
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 |