summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorUwe Freese <thebreaker@rockbox.org>2003-03-03 13:17:49 +0000
committerUwe Freese <thebreaker@rockbox.org>2003-03-03 13:17:49 +0000
commit4846ce8654a4f0a857718905882420aa2ced54e9 (patch)
tree966e6eee1747b6d1ab5078eb427979275cb90240 /firmware
parent62fe3a6d59a67d3b6f05fe8941d8dedb7b271fed (diff)
downloadrockbox-4846ce8654a4f0a857718905882420aa2ced54e9.tar.gz
rockbox-4846ce8654a4f0a857718905882420aa2ced54e9.zip
export MEM variable in firmware and apps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3371 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 5f637bb907..98d4641651 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -17,7 +17,7 @@ INCLUDES=-Iinclude -I. -Iexport -Icommon -Idrivers
17 17
18TOOLSDIR = ../tools 18TOOLSDIR = ../tools
19 19
20CFLAGS = -W -Wall -O -m1 -nostdlib -ffreestanding -Wstrict-prototypes $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) 20CFLAGS = -W -Wall -O -m1 -nostdlib -ffreestanding -Wstrict-prototypes $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEM}
21 21
22ifdef DEBUG 22ifdef DEBUG
23CFLAGS += -g -DDEBUG 23CFLAGS += -g -DDEBUG