summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-27 08:23:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-27 08:23:00 +0000
commitee1ab2ee11565d8e02ac1bf0e75400578d60d6c8 (patch)
tree63b7c7f71efc8031fa4a864f51b104341d138a6c /tools/Makefile
parentea07cd5d7f0d1de6ee512ca247e5531c7eda8fce (diff)
downloadrockbox-ee1ab2ee11565d8e02ac1bf0e75400578d60d6c8.tar.gz
rockbox-ee1ab2ee11565d8e02ac1bf0e75400578d60d6c8.zip
iaudio is not used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9277 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 60a9a70887..68fcd4b6bc 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
9CFLAGS := -O -ansi -g 9CFLAGS := -O -ansi -g
10LDFLAGS := -g 10LDFLAGS := -g
11 11
12CLEANALL := scramble descramble iriver iaudio sh2d bmp2rb rdf2binary convbdf \ 12CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
13 generate_rocklatin mkboot ipod_fw codepages uclpack 13 generate_rocklatin mkboot ipod_fw codepages uclpack
14 14
15all: 15all:
@@ -17,12 +17,10 @@ all:
17 17
18scramble: scramble.o iriver.o 18scramble: scramble.o iriver.o
19descramble: descramble.o iriver.o 19descramble: descramble.o iriver.o
20iaudio: iaudio.o
21 20
22scramble.o: scramble.c iriver.h 21scramble.o: scramble.c iriver.h
23descramble.o: descramble.c iriver.h 22descramble.o: descramble.c iriver.h
24iriver.o: iriver.c iriver.h 23iriver.o: iriver.c iriver.h
25iaudio.o: iaudio.c
26 24
27sh2d: sh2d.c 25sh2d: sh2d.c
28 26