summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/checkwps.make')
-rw-r--r--tools/checkwps/checkwps.make8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make
index 0a455e9770..22a1f07263 100644
--- a/tools/checkwps/checkwps.make
+++ b/tools/checkwps/checkwps.make
@@ -9,13 +9,7 @@
9 9
10FLAGS=-g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\" $(TARGET) 10FLAGS=-g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\" $(TARGET)
11 11
12SRC = $(ROOTDIR)/apps/gui/skin_engine/wps_debug.c \ 12SRC= $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
13 $(ROOTDIR)/apps/gui/skin_engine/skin_parser.c \
14 $(ROOTDIR)/apps/gui/skin_engine/skin_buffer.c \
15 $(ROOTDIR)/apps/misc.c \
16 $(ROOTDIR)/apps/recorder/bmp.c \
17 $(ROOTDIR)/firmware/common/strlcpy.c \
18 $(APPSDIR)/checkwps.c
19 13
20INCLUDES = -I$(ROOTDIR)/apps/gui \ 14INCLUDES = -I$(ROOTDIR)/apps/gui \
21 -I$(ROOTDIR)/apps/gui/skin_engine \ 15 -I$(ROOTDIR)/apps/gui/skin_engine \