summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-02-24 13:48:52 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-02-24 13:48:52 +0000
commitf16c1f341a479a61e2cdf1f54de7106ac8d5fc36 (patch)
treee46bc273a0395fc501f0c4cce45b044ea58618af /apps/Makefile
parent1272c8a696c4b942b982a1841585b31bbcf2e9ab (diff)
downloadrockbox-f16c1f341a479a61e2cdf1f54de7106ac8d5fc36.zip
rockbox-f16c1f341a479a61e2cdf1f54de7106ac8d5fc36.tar.gz
rockbox-f16c1f341a479a61e2cdf1f54de7106ac8d5fc36.tar.bz2
rockbox-f16c1f341a479a61e2cdf1f54de7106ac8d5fc36.tar.xz
prevent rockbox from using the wrong includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8827 a1c6a512-1295-4272-9138-f99709370657
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 55386c9..64bca83 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -54,7 +54,7 @@ ifdef APPEXTRA
INCLUDES += $(patsubst %,-I%,$(subst :, ,$(APPEXTRA)))
endif
-CFLAGS = $(GCCOPTS) $(INCLUDES) $(TARGET) $(DEFINES) -DTARGET_ID=$(TARGET_ID) \
+CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET) $(DEFINES) -DTARGET_ID=$(TARGET_ID) \
-DAPPSVERSION=\"$(VERSION)\" $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE}
OBJS2 := $(OBJDIR)/lang.o $(patsubst %.c, $(OBJDIR)/%.o, $(SRC))