comparison Makefile @ 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 2b0ed085b95b
comparison
equal deleted inserted replaced
17:a58b41b7d15c 18:108a703c39e6
3 # 3 #
4 4
5 PROG= testavr 5 PROG= testavr
6 SRCS= 1wire.c testavr.c 6 SRCS= 1wire.c testavr.c
7 7
8 PART= 8515 8 MCU= at90s8515
9 CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline 9 CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline
10 CFLAGS+=-DXTAL_CPU=4000000 10 CFLAGS+=-DXTAL_CPU=4000000
11 11
12 .include "Makefile.avr" 12 .include "Makefile.avr"