view Makefile @ 20:59c7fcf10ea0

Copy the correct segments into the flash image otherwise pre-declared variables don't work.
author darius
date Mon, 12 Dec 2005 22:57:46 +1030
parents 108a703c39e6
children 2b0ed085b95b
line wrap: on
line source

#
# $Id$
#

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

MCU=	at90s8515
CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline 
CFLAGS+=-DXTAL_CPU=4000000

.include "Makefile.avr"