summaryrefslogtreecommitdiff
path: root/n/avr/modules/proto/test/Makefile
blob: a1506be582d0d36e6a83eaf0092b61bd10e34432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BASE = ../../..
PROGS = test_proto
test_proto_SOURCES = test_proto.c
DOC =
EXTRACTDOC =
MODULES = proto uart utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include $(BASE)/make/Makefile.gen