Mercurial > ~darius > hgwebdir.cgi > avr
changeset 14:a9d493261c6c
- Add $Id$
- Rearrange slightly.
author | darius |
---|---|
date | Sat, 17 Sep 2005 18:02:28 +0930 |
parents | 2c03ec600dbc |
children | 0940abdf2b9d |
files | Makefile Makefile.avr |
diffstat | 2 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Sep 01 17:46:15 2004 +0930 +++ b/Makefile Sat Sep 17 18:02:28 2005 +0930 @@ -1,7 +1,12 @@ -PROG=testavr -SRCS=1wire.c testavr.c +# +# $Id$ +# -PART=8515 -CFLAGS=-Os -g -Wall -DXTAL_CPU=4000000 +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"