From c4b3008732f679296be30fe302fd48b3b231b3dc Mon Sep 17 00:00:00 2001 From: funman Date: Sun, 25 Jul 2010 15:07:20 +0000 Subject: [PATCH] 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 --- tools/root.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/root.make b/tools/root.make index e53c45202..441f95455 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 -- 2.11.4.GIT