diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 19:37:40 +0100 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 20:19:08 +0100 |
| commit | 466a7c6a405f80cd8e01ebf0a70eb406863a38f1 (patch) | |
| tree | acd8dcec239d7407a69df7f20b9ad7f3b10f4200 /tools/checkwps/checkwps.make | |
| parent | 13a7c9ac70bfeed574d38705ab568c2085ca77e7 (diff) | |
| download | rockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.zip rockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.tar.gz rockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.tar.bz2 rockbox-466a7c6a405f80cd8e01ebf0a70eb406863a38f1.tar.xz | |
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.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make index e021024..1e92e3d 100644 --- a/tools/checkwps/checkwps.make +++ b/tools/checkwps/checkwps.make @@ -15,6 +15,8 @@ INCLUDES = -I$(ROOTDIR)/apps/gui \ -I$(ROOTDIR)/apps/gui/skin_engine \ -I$(ROOTDIR)/firmware/export \ -I$(ROOTDIR)/firmware/include \ + -I$(ROOTDIR)/firmware/target/hosted \ + -I$(ROOTDIR)/firmware/target/hosted/sdl \ -I$(ROOTDIR)/apps \ -I$(ROOTDIR)/apps/recorder \ -I$(ROOTDIR)/apps/radio \ |