summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 953577b6d1..d63be9e919 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,11 +10,11 @@ LDFLAGS := -g
10 10
11.PHONY: rbspeexenc uclpack 11.PHONY: rbspeexenc uclpack
12 12
13CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ 13CLEANALL := scramble descramble iriver bmp2rb rdf2binary convbdf \
14 generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat lngdump \ 14 generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat lngdump \
15 telechips gigabeats creative hmac-sha1 rbspeexenc mkzenboot mk500boot convttf 15 telechips gigabeats creative hmac-sha1 rbspeexenc mkzenboot mk500boot convttf
16 16
17all: scramble descramble sh2d rdf2binary mkboot mkzenboot convbdf codepages \ 17all: scramble descramble rdf2binary mkboot mkzenboot convbdf codepages \
18 uclpack rbspeexenc voicefont mk500boot 18 uclpack rbspeexenc voicefont mk500boot
19 19
20scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o \ 20scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o \
@@ -36,8 +36,6 @@ iaudio_bl_flash.o: iaudio_bl_flash.c iaudio_bl_flash.h
36iaudio_bl_flash.c iaudio_bl_flash.h: iaudio_bl_flash.bmp bmp2rb 36iaudio_bl_flash.c iaudio_bl_flash.h: iaudio_bl_flash.bmp bmp2rb
37 $(SILENT)./bmp2rb -f 7 -h . $< >iaudio_bl_flash.c 37 $(SILENT)./bmp2rb -f 7 -h . $< >iaudio_bl_flash.c
38 38
39sh2d: sh2d.c
40
41bmp2rb: bmp2rb.c 39bmp2rb: bmp2rb.c
42 $(SILENT)$(CC) -DAPPLICATION_NAME=\"$@\" $(CFLAGS) $+ -o $@ 40 $(SILENT)$(CC) -DAPPLICATION_NAME=\"$@\" $(CFLAGS) $+ -o $@
43 41
@@ -78,10 +76,6 @@ convbdf: convbdf.c
78codepages: codepages.c codepage_tables.c 76codepages: codepages.c codepage_tables.c
79 $(SILENT)$(CC) $(CFLAGS) $+ -o $@ 77 $(SILENT)$(CC) $(CFLAGS) $+ -o $@
80 78
81player_unifont: player_unifont.c ../firmware/drivers/lcd-charset-player.c
82 $(SILENT)$(CC) -DARCHOS_PLAYER -D__PCTOOL__ -I../firmware/export $+ \
83 -o $@
84
85uclpack: 79uclpack:
86 $(SILENT)$(MAKE) -C ucl 80 $(SILENT)$(MAKE) -C ucl
87 81