summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/Makefile
diff options
context:
space:
mode:
authorMichiel Van Der Kolk <not.valid@email.address>2005-04-28 14:06:20 +0000
committerMichiel Van Der Kolk <not.valid@email.address>2005-04-28 14:06:20 +0000
commit4350eec6bb2e87ee4b777911dbb2dbbf2a27ab7a (patch)
treeb725cbe68978df0e7a395b0a34576b4eb9fc098d /apps/plugins/searchengine/Makefile
parent8c4e2be4806a2271a5dddc4e1efc5599d588b414 (diff)
downloadrockbox-4350eec6bb2e87ee4b777911dbb2dbbf2a27ab7a.zip
rockbox-4350eec6bb2e87ee4b777911dbb2dbbf2a27ab7a.tar.gz
rockbox-4350eec6bb2e87ee4b777911dbb2dbbf2a27ab7a.tar.bz2
rockbox-4350eec6bb2e87ee4b777911dbb2dbbf2a27ab7a.tar.xz
Proper headers, simulator support should (emphasis on should) work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/searchengine/Makefile')
-rw-r--r--apps/plugins/searchengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/searchengine/Makefile b/apps/plugins/searchengine/Makefile
index d7253e2..1ecd128 100644
--- a/apps/plugins/searchengine/Makefile
+++ b/apps/plugins/searchengine/Makefile
@@ -8,7 +8,7 @@
#
INCLUDES = -I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
- -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers
+ -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR)
CFLAGS = $(GCCOPTS) -O3 $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
-DMEM=${MEMORYSIZE} -DPLUGIN