summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index a25447c20e..ac9fbac6d0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -47,6 +47,11 @@ database: database.c ../apps/tagcache.c ../apps/metadata.c \
47-D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR \ 47-D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR \
48-DCONFIG_CODEC=1 -ldl -I../apps $+ -o $@ 48-DCONFIG_CODEC=1 -ldl -I../apps $+ -o $@
49 49
50checkwps: checkwps.c ../apps/gui/wps_parser.c ../apps/gui/wps_debug.c ../firmware/common/ctype.c
51 $(SILENT)$(CC) -g -I ../apps/gui -I../firmware/export \
52-D__PCTOOL__ -DDEBUG -DROCKBOX_HAS_LOGF -DIPOD_COLOR -D ROCKBOX_DIR_LEN=255 -D WPS_DIR=\".\" \
53-I../apps -I../firmware/target/arm/ipod -I../firmware/include $+ -o $@
54
50convbdf: convbdf.c 55convbdf: convbdf.c
51 $(SILENT)$(CC) -g $+ -o $@ 56 $(SILENT)$(CC) -g $+ -o $@
52 57