- 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:
parent
9d2b73c6cb
commit
91bdd4a38b
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@ reset_vector.bin: reset_vector.o
|
||||||
SCC: scc_setup.bin reset_vector.bin
|
SCC: scc_setup.bin reset_vector.bin
|
||||||
cp ../metalsvm.bin ./metalsvm.elf
|
cp ../metalsvm.bin ./metalsvm.elf
|
||||||
objcopy -O binary metalsvm.elf metalsvm.bin
|
objcopy -O binary metalsvm.elf metalsvm.bin
|
||||||
chmod a-x *.bin *.hex
|
chmod a-x *.bin
|
||||||
. ./prepare.sh
|
. ./prepare.sh
|
||||||
/home/lankes/tools/bin2obj -m load.map -o metalsvm.obj
|
/home/lankes/tools/bin2obj -m load.map -o metalsvm.obj
|
||||||
sccMerge -noimage -m 8 -n 12 -force ./metalsvm.mt
|
sccMerge -noimage -m 8 -n 12 -force ./metalsvm.mt
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -rf *.o *~ make_initrd *.bin *.obj *.elf obj
|
$(RM) -rf *.o *~ make_initrd *.bin *.obj *.hex *.elf obj
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
$(CC) -MM $(CFLAGS) *.c > Makefile.dep
|
$(CC) -MM $(CFLAGS) *.c > Makefile.dep
|
||||||
|
|
Loading…
Add table
Reference in a new issue