summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 94378d8fc5..e43bf98f22 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -13,16 +13,18 @@ LDFLAGS := -g
13 13
14CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ 14CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
15 generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \ 15 generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
16 lngdump telechips gigabeats mktccboot mknkboot rbspeexenc 16 lngdump telechips gigabeats creative hmac-sha1 mktccboot mknkboot rbspeexenc
17 17
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 iaudio_bl_flash.o 21scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o iaudio_bl_flash.o creative.o hmac-sha1.o
22descramble: descramble.o iriver.o gigabeat.o 22descramble: descramble.o iriver.o gigabeat.o
23scramble.o: scramble.c iriver.h mi4.h gigabeat.h telechips.h iaudio_bl_flash.h creative.h
23 24
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
26creative.o: creative.c creative.h
27hmac-sha1.o: hmac-sha1.c hmac-sha1.h
26iriver.o: iriver.c iriver.h 28iriver.o: iriver.c iriver.h
27gigabeat.o: gigabeat.c gigabeat.h 29gigabeat.o: gigabeat.c gigabeat.h
28gigabeats.o: gigabeats.c gigabeats.h 30gigabeats.o: gigabeats.c gigabeats.h