Fix releasescript. Doesn't need protect anymore. compiler does it.

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 16:16:32 +02:00
parent 02f73632ad
commit 3f1da363e2
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ LD_TEMP = $(LD_PATH)/memory.ld
all: $(OUTFILE).bin
protect: $(OUTFILE).bin
$(LPCFIX) -p 1 $(OUTFILE).bin
$(LPCFIX) -p 2 $(OUTFILE).bin
loadables: $(OUTFILE).bin
@cd loadable && $(MAKE)

View File

@ -45,7 +45,6 @@ cp filesystem/ffconf.h-final ffconf.h
make clean
./l0dable/mktable.pl
make APP=final
make protect
cp firmware.elf $TARG/final.elf
cp firmware.bin $TARG/final.bin
@ -59,6 +58,7 @@ echo "### Gathering files"
echo "###"
cp ../tools/font/binary/*.f0n $TARG/files/
cp ../tools/image/lcd/*.lcd $TARG/files/
cp ../tools/image/lcd/i42.lcd $TARG/files/nick.lcd
echo "###"
echo "### Gathering/crypting loadables"