summaryrefslogtreecommitdiffstats
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-07-27 13:27:31 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-07-27 13:27:31 +0000
commitc849219370fd65be2167a24a9f06f03bc1284ac1 (patch)
treef86aecea35281ccd42a180c2a92a4b17fecfbcfc /apps/plugins/Makefile
parent81537d49dfa871bbdd4cd83fee292b290ff3c980 (diff)
downloadrockbox-c849219370fd65be2167a24a9f06f03bc1284ac1.tar.gz
rockbox-c849219370fd65be2167a24a9f06f03bc1284ac1.zip
Moved the X5 button driver to the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10339 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 2dd8ab2e8d..0b2974f565 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -7,7 +7,7 @@
# $Id$
#
-INCLUDES = -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common \
+INCLUDES = $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I$(FIRMDIR)/common \
-I$(FIRMDIR)/drivers -I$(APPSDIR) -Ilib -I$(BUILDDIR) \
-I$(BUILDDIR)/pluginbitmaps
CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET) $(EXTRA_DEFINES) \