summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-03-26 23:57:20 +0200
committerThomas Martitz <kugel@rockbox.org>2012-03-26 23:57:20 +0200
commitd5f4391187f8d1e93b313e8145ad81966308c913 (patch)
tree144689b07573529c1264b1b360e382eb9f51e349 /tools/root.make
parent045c69c51d541c90f133abcb94f32f9323ed8c6e (diff)
downloadrockbox-d5f4391187f8d1e93b313e8145ad81966308c913.tar.gz
rockbox-d5f4391187f8d1e93b313e8145ad81966308c913.zip
Partly undo 54e00c1: put include back to root.make and use SECONDEXPANSION.
Change-Id: If38507ed896f577ea30e2ddae3bac3f4b98cee59
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 4a8d2adf16..032daf5a1c 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -92,6 +92,7 @@ else ifneq (,$(findstring bootbox,$(APPSDIR)))
92 include $(APPSDIR)/bootbox.make 92 include $(APPSDIR)/bootbox.make
93else ifneq (,$(findstring checkwps,$(APP_TYPE))) 93else ifneq (,$(findstring checkwps,$(APP_TYPE)))
94 include $(APPSDIR)/checkwps.make 94 include $(APPSDIR)/checkwps.make
95 include $(ROOTDIR)/lib/skin_parser/skin_parser.make
95else ifneq (,$(findstring database,$(APP_TYPE))) 96else ifneq (,$(findstring database,$(APP_TYPE)))
96 include $(APPSDIR)/database.make 97 include $(APPSDIR)/database.make
97else ifneq (,$(findstring warble,$(APP_TYPE))) 98else ifneq (,$(findstring warble,$(APP_TYPE)))