From: Nathaniel Wesley Filardo Date: Sat, 20 Feb 2010 03:55:50 +0000 (-0500) Subject: Rename asm.s to asm.S X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=ea4cb23368b3ce2b07012a23cc3086ac0869fb56;p=acmetensortoys-chiptunes Rename asm.s to asm.S --- diff --git a/target/Makefile b/target/Makefile index 3e3e80e..0743d75 100644 --- a/target/Makefile +++ b/target/Makefile @@ -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 diff --git a/target/asm.s b/target/asm.S similarity index 100% rename from target/asm.s rename to target/asm.S