summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-25 15:07:20 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-25 15:07:20 +0000
commitf1140dcdfa296153803a345385ca2398b7176b27 (patch)
tree70081ef1b7be068bc1aaa601991d08465811d147 /tools/root.make
parent33f5b60999ea663fc6a873e3e30d003364d3b0e2 (diff)
downloadrockbox-f1140dcdfa296153803a345385ca2398b7176b27.tar.gz
rockbox-f1140dcdfa296153803a345385ca2398b7176b27.zip
include firmware.make unconditionally
checkwps and database tools need to find their way to our headers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27550 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index e53c452022..441f95455c 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -54,10 +54,10 @@ all: $(DEPFILE) build
54# Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC & 54# Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC &
55# ASMDEFS_SRC but they also define special dependencies and compile rules 55# ASMDEFS_SRC but they also define special dependencies and compile rules
56include $(TOOLSDIR)/tools.make 56include $(TOOLSDIR)/tools.make
57include $(FIRMDIR)/firmware.make
57 58
58ifeq (,$(findstring checkwps,$(APPSDIR))) 59ifeq (,$(findstring checkwps,$(APPSDIR)))
59 ifeq (,$(findstring database,$(APPSDIR))) 60 ifeq (,$(findstring database,$(APPSDIR)))
60 include $(FIRMDIR)/firmware.make
61 include $(ROOTDIR)/lib/skin_parser/skin_parser.make 61 include $(ROOTDIR)/lib/skin_parser/skin_parser.make
62 include $(ROOTDIR)/apps/bitmaps/bitmaps.make 62 include $(ROOTDIR)/apps/bitmaps/bitmaps.make
63 endif 63 endif