From ea4cb23368b3ce2b07012a23cc3086ac0869fb56 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Fri, 19 Feb 2010 22:55:50 -0500 Subject: [PATCH] Rename asm.s to asm.S --- target/Makefile | 2 +- target/{asm.s => asm.S} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename target/{asm.s => asm.S} (100%) 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 -- 2.50.1