summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-25 15:22:47 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-25 15:22:47 +0000
commita2029a7bee991cb90c439f7fea172c76ec240b7e (patch)
tree41ec33d4979f51bcfa1e3b28c3f51e5a0d948f67
parentf1140dcdfa296153803a345385ca2398b7176b27 (diff)
Revert r27550 : we don't want to generate dependancies for firmware/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27551 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 441f95455c..e53c452022 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -54,10 +54,10 @@ all: $(DEPFILE) build
# Subdir makefiles. their primary purpose is to populate SRC, OTHER_SRC &
# ASMDEFS_SRC but they also define special dependencies and compile rules
include $(TOOLSDIR)/tools.make
-include $(FIRMDIR)/firmware.make
ifeq (,$(findstring checkwps,$(APPSDIR)))
ifeq (,$(findstring database,$(APPSDIR)))
+ include $(FIRMDIR)/firmware.make
include $(ROOTDIR)/lib/skin_parser/skin_parser.make
include $(ROOTDIR)/apps/bitmaps/bitmaps.make
endif