diff Makefile.avr @ 18:108a703c39e6

Covert to a later version of avr-libc. Stuff like not using inb/outb, etc.. Get the mcu/part right, change includes..
author darius
date Fri, 25 Nov 2005 21:49:56 +1030
parents a9d493261c6c
children 59c7fcf10ea0
line wrap: on
line diff
--- a/Makefile.avr	Fri Nov 25 21:45:51 2005 +1030
+++ b/Makefile.avr	Fri Nov 25 21:49:56 2005 +1030
@@ -12,8 +12,7 @@
 
 CPPFLAGS+=-Wa,-adhlmsn=${<:S/.c/.lst/}
 
-PART?=8515
-MCU?=at90s${PART}
+MCU?=at90s8515
 CFLAGS+=-mmcu=${MCU}
 
 LDFLAGS+=-Wl,-Map=${PROG}.map,--cref