summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index af73f90d3f..69b1fba577 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -69,7 +69,7 @@ $(OBJDIR)/librockbox.a:
69 69
70$(LINKFILE): $(LDS) 70$(LINKFILE): $(LDS)
71 @echo "Build LDS file" 71 @echo "Build LDS file"
72 @cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P $(ROMBUILD) - >$@ 72 @cat $< | $(CC) -DLOADADDRESS=$(LOADADDRESS) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P $(ROMBUILD) - >$@
73 73
74$(LINKROM): $(ROMLDS) 74$(LINKROM): $(ROMLDS)
75 @echo "Build LDS file for Rombox" 75 @echo "Build LDS file for Rombox"