Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but with no functional changes to code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23382 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2009-10-28 21:11:43 +00:00
parent 1992c389ae
commit 48430bfabd
6 changed files with 25 additions and 8 deletions

View file

@ -13,10 +13,10 @@ LDFLAGS := -g
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat \
lngdump telechips gigabeats creative hmac-sha1 mktccboot rbspeexenc \
lngdump telechips gigabeats creative hmac-sha1 rbspeexenc \
mkzenboot mk500boot
all: scramble descramble sh2d rdf2binary mkboot mktccboot mkzenboot \
all: scramble descramble sh2d rdf2binary mkboot mkzenboot \
convbdf codepages uclpack rbspeexenc voicefont mk500boot
scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o iaudio_bl_flash.o creative.o hmac-sha1.o
@ -46,9 +46,6 @@ rdf2binary: rdf2binary.c
mkboot: mkboot.c
$(SILENT)$(CC) $(CFLAGS) $+ -o $@
mktccboot: mktccboot.c telechips.o
$(SILENT)$(CC) $(CFLAGS) $+ -o $@
mk500boot: mk500boot.c mr500.c
$(SILENT)$(CC) $(CFLAGS) $+ -o $@