summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f30ab4d819..a8e8ddcc6c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,7 +10,7 @@ CFLAGS := -O -ansi -g
10LDFLAGS := -g 10LDFLAGS := -g
11 11
12CLEANALL := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf \ 12CLEANALL := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf \
13 generate_rocklatin mkboot ipod_fw uclpack 13 generate_rocklatin mkboot ipod_fw codepages uclpack
14 14
15all: 15all:
16 @echo "Run make in your build directory!" 16 @echo "Run make in your build directory!"
@@ -41,6 +41,9 @@ ipod_fw: ipod_fw.c
41convbdf: convbdf.c 41convbdf: convbdf.c
42 $(CC) -g $+ -o $@ 42 $(CC) -g $+ -o $@
43 43
44codepages: codepages.c
45 $(CC) -g $+ -o $@
46
44generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c 47generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c
45 $(CC) -DHAVE_LCD_CHARCELLS -D__CONFIG_H__ -I../firmware/export $+ -o $@ 48 $(CC) -DHAVE_LCD_CHARCELLS -D__CONFIG_H__ -I../firmware/export $+ -o $@
46 49