[make] make sure MEMBASE and MEMSIZE are always set exactly once

This commit is contained in:
Travis Geiselbrecht
2015-10-15 17:22:16 -07:00
parent e9a6bd0ea1
commit 7c09e82033
18 changed files with 16 additions and 37 deletions

View File

@@ -32,10 +32,6 @@ MODULE_DEPS += \
MEMBASE := 0x0
MEMSIZE := 0x400000 # 4MB
GLOBAL_DEFINES += \
MEMBASE=$(MEMBASE) \
MEMSIZE=$(MEMSIZE)
LINKER_SCRIPT += \
$(BUILDDIR)/system-onesegment.ld