mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
iRiver scramble and descramble code from Dave Cooper
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5649 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
99dbd7c5e9
commit
adaae249ef
8 changed files with 508 additions and 16 deletions
|
|
@ -13,9 +13,12 @@ TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin
|
|||
all: $(TARGETS)
|
||||
@echo "tools done"
|
||||
|
||||
scramble: scramble.c
|
||||
scramble: scramble.o iriver.o
|
||||
descramble: descramble.o iriver.o
|
||||
|
||||
descramble: descramble.c
|
||||
scramble.o: scramble.c iriver.h
|
||||
descramble.o: descramble.c iriver.h
|
||||
iriver.o: iriver.c iriver.h
|
||||
|
||||
sh2d: sh2d.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue