summaryrefslogtreecommitdiff
path: root/apps/plugins/databox/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-10-27 14:39:00 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-10-27 14:39:00 +0000
commitdc9e201671f8d36da9b7b7fe87ff55e96295c71b (patch)
tree3e0397b3a8008f987c3249eb1a69bc6c07b1f72a /apps/plugins/databox/Makefile
parentd1dc0bd8241bcefc776f92e855a0e15e0b734a62 (diff)
downloadrockbox-dc9e201671f8d36da9b7b7fe87ff55e96295c71b.tar.gz
rockbox-dc9e201671f8d36da9b7b7fe87ff55e96295c71b.zip
Support for a colon-separated path in APPEXTRA
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7663 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/databox/Makefile')
-rw-r--r--apps/plugins/databox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/databox/Makefile b/apps/plugins/databox/Makefile
index a8a6baa557..12b211d527 100644
--- a/apps/plugins/databox/Makefile
+++ b/apps/plugins/databox/Makefile
@@ -13,7 +13,7 @@ CFLAGS = $(GCCOPTS) -O3 $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
13 -DMEM=${MEMORYSIZE} -DPLUGIN 13 -DMEM=${MEMORYSIZE} -DPLUGIN
14 14
15ifdef APPEXTRA 15ifdef APPEXTRA
16 INCLUDES += -I$(APPSDIR)/$(APPEXTRA) 16 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
17endif 17endif
18 18
19LINKFILE := $(OBJDIR)/link.lds 19LINKFILE := $(OBJDIR)/link.lds