summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d6c885d85b..e477f7fc43 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -41,9 +41,10 @@ ipod_fw: ipod_fw.c
41database: database.c ../apps/tagcache.c ../apps/metadata.c \ 41database: database.c ../apps/tagcache.c ../apps/metadata.c \
42../firmware/id3.c ../firmware/common/unicode.c \ 42../firmware/id3.c ../firmware/common/unicode.c \
43../firmware/common/crc32.c ../uisimulator/common/io.c \ 43../firmware/common/crc32.c ../uisimulator/common/io.c \
44../firmware/mp3data.c ../firmware/logf.c 44../firmware/mp3data.c ../firmware/logf.c ../firmware/replaygain.c
45 $(SILENT)$(CC) -g -I../firmware/export -iquote ../firmware/include \ 45 $(SILENT)$(CC) -g -I../firmware/export -iquote ../firmware/include \
46-D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR -ldl -I../apps $+ -o $@ 46-D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR \
47-DCONFIG_CODEC=1 -ldl -I../apps $+ -o $@
47 48
48convbdf: convbdf.c 49convbdf: convbdf.c
49 $(SILENT)$(CC) -g $+ -o $@ 50 $(SILENT)$(CC) -g $+ -o $@