From 9db22efd1fe133d7477fb7ceb6ded745dc889cdc Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 9 Sep 2007 11:20:20 +0000 Subject: Firmware "hacker" code for the e200r install so the full bootloader rom doesnt need to be written. Requires a custom version of e200tool which isnt available yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14654 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootloader/Makefile') diff --git a/bootloader/Makefile b/bootloader/Makefile index 342cdc5..4c63cfe 100644 --- a/bootloader/Makefile +++ b/bootloader/Makefile @@ -18,7 +18,7 @@ ifdef DEBUG CFLAGS += -g endif -SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - ) +SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - ) DIRS = . ifdef APPEXTRA @@ -50,7 +50,7 @@ endif dep: $(DEPFILE) $(LINKFILE): $(LDS) - $(call PRINTS,Build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P $(ROMBUILD) - >$@ + $(call PRINTS,Build $(@F))cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) $(DEFINES) -E -P $(ROMBUILD) - >$@ $(MAXOUTFILE): $(SILENT)echo '#include "config.h"' > $(MAXINFILE) -- cgit v1.1