Mercurial > ~darius > hgwebdir.cgi > avr
comparison Makefile @ 14:a9d493261c6c
- Add $Id$
- Rearrange slightly.
author | darius |
---|---|
date | Sat, 17 Sep 2005 18:02:28 +0930 |
parents | 7ed10c59ba06 |
children | 108a703c39e6 |
comparison
equal
deleted
inserted
replaced
13:2c03ec600dbc | 14:a9d493261c6c |
---|---|
1 PROG=testavr | 1 # |
2 SRCS=1wire.c testavr.c | 2 # $Id$ |
3 # | |
3 | 4 |
4 PART=8515 | 5 PROG= testavr |
5 CFLAGS=-Os -g -Wall -DXTAL_CPU=4000000 | 6 SRCS= 1wire.c testavr.c |
7 | |
8 PART= 8515 | |
9 CFLAGS+=-Os -g -Wall -fno-inline-functions -fno-inline | |
10 CFLAGS+=-DXTAL_CPU=4000000 | |
6 | 11 |
7 .include "Makefile.avr" | 12 .include "Makefile.avr" |