mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
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
This commit is contained in:
parent
9501986047
commit
376c9f3ad0
10 changed files with 346 additions and 74 deletions
|
|
@ -8,9 +8,6 @@
|
|||
#
|
||||
|
||||
INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
|
||||
ifdef APP_TYPE
|
||||
INCLUDES += -I$(APPSDIR)/hosted
|
||||
endif
|
||||
SRC += $(call preprocess, $(APPSDIR)/SOURCES)
|
||||
|
||||
# apps/features.txt is a file that (is preprocessed and) lists named features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue