summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2011-02-27 11:37:39 +0000
committerDave Chapman <dave@dchapman.com>2011-02-27 11:37:39 +0000
commit376c9f3ad0c257ee97d7eba03962f232e85b36a7 (patch)
tree3323dfd60b82814af115b4c436ea8680ca9da978 /apps
parent9501986047056c9f6ca954817ae597e302028f2e (diff)
downloadrockbox-376c9f3ad0c257ee97d7eba03962f232e85b36a7.tar.gz
rockbox-376c9f3ad0c257ee97d7eba03962f232e85b36a7.zip
FS#11966 - use separate modelnames and config files for RaaA. This adds an APPLICATION define that can be used in Makefiles, and target-name defines (-DSDLAPP, -DANDROID, -DNOKIAN8XX and -DNOKIAN900) for use elsewhere. LCD size is now hard-coded for the Nokia builds in their config files. A new --app parameter is passed to buildzip.pl to explicitly state that this is an application build - it was previously derived from the model name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29418 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 a430288870..6afcd12b5c 100644
--- a/apps/apps.make
+++ b/apps/apps.make
@@ -8,9 +8,6 @@
8# 8#
9 9
10INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) 10INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
11ifdef APP_TYPE
12 INCLUDES += -I$(APPSDIR)/hosted
13endif
14SRC += $(call preprocess, $(APPSDIR)/SOURCES) 11SRC += $(call preprocess, $(APPSDIR)/SOURCES)
15 12
16# apps/features.txt is a file that (is preprocessed and) lists named features 13# apps/features.txt is a file that (is preprocessed and) lists named features