annotate Makefile @ 12:4b141cc7cbd4

- Reduce type widths where possible. - Add URL for Dallas OWPD kit. - Hide more stuff behind OW_DEBUG.
author darius
date Wed, 01 Sep 2004 17:45:24 +0930
parents 7ed10c59ba06
children a9d493261c6c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
1 PROG=testavr
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
2 SRCS=1wire.c testavr.c
0
ffeab3c04e83 Initial revision
darius
parents:
diff changeset
3
3
ee3c9a16099e - Specify the part number.
darius
parents: 2
diff changeset
4 PART=8515
9
7ed10c59ba06 Supply clock speed via the command line so 1wire-delay.h can use it.
darius
parents: 3
diff changeset
5 CFLAGS=-Os -g -Wall -DXTAL_CPU=4000000
0
ffeab3c04e83 Initial revision
darius
parents:
diff changeset
6
2
288d801a47ff Use nicer build framework.
darius
parents: 0
diff changeset
7 .include "Makefile.avr"