Add firmware/include to the include path to fix checkwps.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-06 21:10:19 +00:00
parent 50a6ca39ad
commit 7210f69d81

View file

@ -14,6 +14,7 @@ SRC= $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
INCLUDES = -I$(ROOTDIR)/apps/gui \
-I$(ROOTDIR)/apps/gui/skin_engine \
-I$(ROOTDIR)/firmware/export \
-I$(ROOTDIR)/firmware/include \
-I$(ROOTDIR)/apps \
-I$(ROOTDIR)/apps/recorder \
-I$(APPSDIR) \