view Makefile @ 17:a58b41b7d15c

Covert to a later version of avr-libc. Stuff like not using inb/outb, etc..
author darius
date Fri, 25 Nov 2005 21:45:51 +1030
parents a9d493261c6c
children 108a703c39e6
line wrap: on
line source

#
# $Id$
#

PROG=	testavr
SRCS=	1wire.c testavr.c

PART=	8515
CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline 
CFLAGS+=-DXTAL_CPU=4000000

.include "Makefile.avr"