forked from len0rd/rockbox
iAudio: first version of a tool to update fw checksum
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7156 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e6b43771e9
commit
bb0c7751f0
2 changed files with 111 additions and 1 deletions
|
|
@ -9,17 +9,19 @@
|
|||
CFLAGS := -O -ansi -g
|
||||
LDFLAGS := -g
|
||||
|
||||
TARGETS := scramble descramble sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot
|
||||
TARGETS := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf generate_rocklatin mkboot
|
||||
|
||||
all: $(TARGETS)
|
||||
@echo "tools done"
|
||||
|
||||
scramble: scramble.o iriver.o
|
||||
descramble: descramble.o iriver.o
|
||||
iaudio: iaudio.o
|
||||
|
||||
scramble.o: scramble.c iriver.h
|
||||
descramble.o: descramble.c iriver.h
|
||||
iriver.o: iriver.c iriver.h
|
||||
iaudio.o: iaudio.c
|
||||
|
||||
sh2d: sh2d.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue