diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-02-24 13:48:52 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-02-24 13:48:52 +0000 |
commit | f16c1f341a479a61e2cdf1f54de7106ac8d5fc36 (patch) | |
tree | e46bc273a0395fc501f0c4cce45b044ea58618af /apps/plugins/databox | |
parent | 1272c8a696c4b942b982a1841585b31bbcf2e9ab (diff) |
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/plugins/databox')
-rw-r--r-- | apps/plugins/databox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/databox/Makefile b/apps/plugins/databox/Makefile index 6a44333b3f..1205234d38 100644 --- a/apps/plugins/databox/Makefile +++ b/apps/plugins/databox/Makefile @@ -9,7 +9,7 @@ INCLUDES = -I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR) -CFLAGS = $(GCCOPTS) -O3 $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ +CFLAGS = $(INCLUDES) $(GCCOPTS) -O3 $(TARGET) $(EXTRA_DEFINES) \ -DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN ifdef APPEXTRA |