diff Makefile @ 14:a9d493261c6c

- Add $Id$ - Rearrange slightly.
author darius
date Sat, 17 Sep 2005 18:02:28 +0930
parents 7ed10c59ba06
children 108a703c39e6
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"