]> hydra-www.ietfng.org Git - acmetensortoys-chiptunes/commitdiff
Rename asm.s to asm.S
authorNathaniel Wesley Filardo <nwf@pf.priv.oc.ietfng.org>
Sat, 20 Feb 2010 03:55:50 +0000 (22:55 -0500)
committerNathaniel Wesley Filardo <nwf@pf.priv.oc.ietfng.org>
Sat, 20 Feb 2010 03:55:50 +0000 (22:55 -0500)
target/Makefile
target/asm.S [moved from target/asm.s with 100% similarity]

index 3e3e80e62f10f4d2f0cddd012ff34c09b76bce35..0743d75f9dde3ff80f58ae824b92beed52e157df 100644 (file)
@@ -1,6 +1,6 @@
 all:           flash.hex
 
-flash.o:       main.c asm.s ../tracker/exported.s
+flash.o:       main.c asm.S ../tracker/exported.s
                avr-gcc -Xlinker -Tdata -Xlinker 0x800160 -Xlinker -M -O2 -B/usr/avr/lib -I/usr/local/avr/include -Wall -mmcu=avr4 -D__AVR_ATmega88__ -o $@ $^ >mapfile
 
 flash.hex:     flash.o
similarity index 100%
rename from target/asm.s
rename to target/asm.S