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

include $(BASE)/make/Makefile.gen