summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 17887b2d48..6351e5bec4 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,16 +18,19 @@ CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
18all: 18all:
19 @echo "Run make in your build directory!" 19 @echo "Run make in your build directory!"
20 20
21scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o 21scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o iaudio_bl_flash.o
22descramble: descramble.o iriver.o gigabeat.o 22descramble: descramble.o iriver.o gigabeat.o
23 23
24scramble.o: scramble.c iriver.h mi4.h gigabeat.h telechips.h 24scramble.o: scramble.c iriver.h mi4.h gigabeat.h telechips.h iaudio_bl_flash.h
25descramble.o: descramble.c iriver.h gigabeat.h 25descramble.o: descramble.c iriver.h gigabeat.h
26iriver.o: iriver.c iriver.h 26iriver.o: iriver.c iriver.h
27gigabeat.o: gigabeat.c gigabeat.h 27gigabeat.o: gigabeat.c gigabeat.h
28gigabeats.o: gigabeats.c gigabeats.h 28gigabeats.o: gigabeats.c gigabeats.h
29mi4.o: mi4.c mi4.h 29mi4.o: mi4.c mi4.h
30telechips.o: telechips.c telechips.h 30telechips.o: telechips.c telechips.h
31iaudio_bl_flash.o: iaudio_bl_flash.c iaudio_bl_flash.h
32iaudio_bl_flash.c iaudio_bl_flash.h: iaudio_bl_flash.bmp bmp2rb
33 $(SILENT)./bmp2rb -f 7 -h . $< >iaudio_bl_flash.c
31 34
32sh2d: sh2d.c 35sh2d: sh2d.c
33 36