summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2011-03-11 16:08:36 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2011-03-11 16:08:36 +0000
commit7228f2fa9faf587bab51f2e3c1727b7ca962b441 (patch)
treecc4b41ce54e48c48dc8c1cf9129f55981c241c51 /apps
parent78d0fdab9c11e256553c8ad7404856b58a4d3985 (diff)
Android: use APPEXTRA instead of makefile hack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29567 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.make3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/apps.make b/apps/apps.make
index 844816d110..6afcd12b5c 100644
--- a/apps/apps.make
+++ b/apps/apps.make
@@ -8,9 +8,6 @@
#
INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
-ifdef APP_TYPE
- INCLUDES += -I$(APPSDIR)/hosted -I$(APPSDIR)/hosted/$(APP_TYPE)
-endif
SRC += $(call preprocess, $(APPSDIR)/SOURCES)
# apps/features.txt is a file that (is preprocessed and) lists named features