summaryrefslogtreecommitdiffstats
path: root/apps/plugins/databox/Makefile
diff options
context:
space:
mode:
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) \
-DMEM=${MEMORYSIZE} -DPLUGIN
ifdef APPEXTRA
- INCLUDES += -I$(APPSDIR)/$(APPEXTRA)
+ INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
endif
LINKFILE := $(OBJDIR)/link.lds