summaryrefslogtreecommitdiff
path: root/n/avr/proto/Makefile
blob: 050f56464fbf05d1be067fb921183b7f1f31e15c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PROGS = test_proto
SOURCES = test_proto.c proto.c
DOC = proto.html
EXTRACTDOC = avrconfig.h proto.h proto_inline.c
MODULES = n/avr/rs232
CONFIGFILE = testconfig.h
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include Makefile.avr