Mercurial > ~darius > hgwebdir.cgi > tempctrl
comparison Makefile @ 39:599d013ce3f2
Use parallel programmer.
author | darius |
---|---|
date | Fri, 23 Nov 2007 12:02:22 +1030 |
parents | e40e919721b0 |
children | 5898fba6593c |
comparison
equal
deleted
inserted
replaced
38:0a148f362097 | 39:599d013ce3f2 |
---|---|
14 CFLAGS+=-O2 -Wall -gdwarf-2 | 14 CFLAGS+=-O2 -Wall -gdwarf-2 |
15 #CFLAGS+=-Wunreachable-code | 15 #CFLAGS+=-Wunreachable-code |
16 CFLAGS+=-DF_CPU=16000000 | 16 CFLAGS+=-DF_CPU=16000000 |
17 #CFLAGS+= -mcall-prologues -frename-registers -fstrict-aliasing -fnew-ra | 17 #CFLAGS+= -mcall-prologues -frename-registers -fstrict-aliasing -fnew-ra |
18 | 18 |
19 #PROGTYPE=stk500v2 | |
20 #PROGPORT=/dev/cuaU0 | |
21 PROGTYPE=alf | |
22 PROGPORT=/dev/ppi0 | |
23 PROGOPTS=-p ${PART} -c ${PROGTYPE} -E vcc,noreset -q -P ${PROGPORT} | |
24 | |
19 .include "Makefile.avr" | 25 .include "Makefile.avr" |