- remove typo

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@367 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2011-01-06 10:39:29 +00:00
parent 9d2b73c6cb
commit 91bdd4a38b

View file

@ -35,13 +35,13 @@ reset_vector.bin: reset_vector.o
SCC: scc_setup.bin reset_vector.bin
cp ../metalsvm.bin ./metalsvm.elf
objcopy -O binary metalsvm.elf metalsvm.bin
chmod a-x *.bin *.hex
chmod a-x *.bin
. ./prepare.sh
/home/lankes/tools/bin2obj -m load.map -o metalsvm.obj
sccMerge -noimage -m 8 -n 12 -force ./metalsvm.mt
clean:
$(RM) -rf *.o *~ make_initrd *.bin *.obj *.elf obj
$(RM) -rf *.o *~ make_initrd *.bin *.obj *.hex *.elf obj
depend:
$(CC) -MM $(CFLAGS) *.c > Makefile.dep