mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
First commit:
* add Creative (ZVM, 60GB, ZV, ZVW, ZENV) support to scramble * update configure to the correct values git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17042 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5a3651bf94
commit
e810721e72
7 changed files with 784 additions and 103 deletions
|
|
@ -13,16 +13,18 @@ LDFLAGS := -g
|
|||
|
||||
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
|
||||
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
|
||||
lngdump telechips gigabeats mktccboot mknkboot rbspeexenc
|
||||
lngdump telechips gigabeats creative hmac-sha1 mktccboot mknkboot rbspeexenc
|
||||
|
||||
all:
|
||||
@echo "Run make in your build directory!"
|
||||
|
||||
scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o iaudio_bl_flash.o
|
||||
scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o iaudio_bl_flash.o creative.o hmac-sha1.o
|
||||
descramble: descramble.o iriver.o gigabeat.o
|
||||
scramble.o: scramble.c iriver.h mi4.h gigabeat.h telechips.h iaudio_bl_flash.h creative.h
|
||||
|
||||
scramble.o: scramble.c iriver.h mi4.h gigabeat.h telechips.h iaudio_bl_flash.h
|
||||
descramble.o: descramble.c iriver.h gigabeat.h
|
||||
creative.o: creative.c creative.h
|
||||
hmac-sha1.o: hmac-sha1.c hmac-sha1.h
|
||||
iriver.o: iriver.c iriver.h
|
||||
gigabeat.o: gigabeat.c gigabeat.h
|
||||
gigabeats.o: gigabeats.c gigabeats.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue