summaryrefslogtreecommitdiff
path: root/tools/checkwps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/Makefile')
-rw-r--r--tools/checkwps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/checkwps/Makefile b/tools/checkwps/Makefile
index cde80b0dde..1bdf3580f9 100644
--- a/tools/checkwps/Makefile
+++ b/tools/checkwps/Makefile
@@ -27,9 +27,10 @@ COMMON=$(ROOT)/apps/gui/wps_parser.c \
27INCLUDE=-I $(ROOT)/apps/gui \ 27INCLUDE=-I $(ROOT)/apps/gui \
28 -I $(ROOT)/firmware/export \ 28 -I $(ROOT)/firmware/export \
29 -I $(ROOT)/apps \ 29 -I $(ROOT)/apps \
30 -I $(ROOT)/apps/recorder \
30 -I . 31 -I .
31 32
32CFLAGS = -g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\" 33CFLAGS = -g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\"
33 34
34all: 35all:
35 @echo To build, run the buildall.sh script 36 @echo To build, run the buildall.sh script