summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.make
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-03-03 19:37:40 +0100
committerFrank Gevaerts <frank@gevaerts.be>2012-03-03 20:19:08 +0100
commit466a7c6a405f80cd8e01ebf0a70eb406863a38f1 (patch)
treeacd8dcec239d7407a69df7f20b9ad7f3b10f4200 /tools/checkwps/checkwps.make
parent13a7c9ac70bfeed574d38705ab568c2085ca77e7 (diff)
downloadrockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.tar.gz
rockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.zip
Integrate the warble tool in the regular build system.
Only sdl app builds work properly for now. Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217
Diffstat (limited to 'tools/checkwps/checkwps.make')
-rw-r--r--tools/checkwps/checkwps.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make
index e021024901..1e92e3d63e 100644
--- a/tools/checkwps/checkwps.make
+++ b/tools/checkwps/checkwps.make
@@ -15,6 +15,8 @@ INCLUDES = -I$(ROOTDIR)/apps/gui \
15 -I$(ROOTDIR)/apps/gui/skin_engine \ 15 -I$(ROOTDIR)/apps/gui/skin_engine \
16 -I$(ROOTDIR)/firmware/export \ 16 -I$(ROOTDIR)/firmware/export \
17 -I$(ROOTDIR)/firmware/include \ 17 -I$(ROOTDIR)/firmware/include \
18 -I$(ROOTDIR)/firmware/target/hosted \
19 -I$(ROOTDIR)/firmware/target/hosted/sdl \
18 -I$(ROOTDIR)/apps \ 20 -I$(ROOTDIR)/apps \
19 -I$(ROOTDIR)/apps/recorder \ 21 -I$(ROOTDIR)/apps/recorder \
20 -I$(ROOTDIR)/apps/radio \ 22 -I$(ROOTDIR)/apps/radio \