summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-10-07 16:54:15 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-10-07 16:54:15 +0000
commit6e11572e0788136f77ef67b3cfc182095084da4b (patch)
tree68539f3fdb8055807587b733d43cb38bb1ef7e19 /tools/root.make
parent9e9a9138296c602370e9c92d5fbd84a261aa17b8 (diff)
downloadrockbox-6e11572e0788136f77ef67b3cfc182095084da4b.tar.gz
rockbox-6e11572e0788136f77ef67b3cfc182095084da4b.zip
Make the database tool buildable from configure.
Also update the checkwps makefile to make checkwps builds not break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index f0f2c3310b..13768dd33a 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -67,6 +67,8 @@ else ifneq (,$(findstring bootbox,$(APPSDIR)))
67 include $(APPSDIR)/bootbox.make 67 include $(APPSDIR)/bootbox.make
68else ifneq (,$(findstring checkwps,$(APPSDIR))) 68else ifneq (,$(findstring checkwps,$(APPSDIR)))
69 include $(APPSDIR)/checkwps.make 69 include $(APPSDIR)/checkwps.make
70else ifneq (,$(findstring database,$(APPSDIR)))
71 include $(APPSDIR)/database.make
70else 72else
71 include $(APPSDIR)/apps.make 73 include $(APPSDIR)/apps.make
72 include $(APPSDIR)/lang/lang.make 74 include $(APPSDIR)/lang/lang.make