summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi/test/Makefile.master
blob: 63d6baf800730ae6c615279ae1eb092aec9c3e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
BASE = ../../..
AVR_PROGS = test_twi_master
test_twi_master_SOURCES = test_twi_master.c
DOC =
EXTRACTDOC =
MODULES = twi uart proto


CONFIGFILE = avrconfig_master.h
TEST_CONFIGFILES = avrconfig_master.h


# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

# Test compilations.
TEST_MCU = atmega8535 atmega128

include $(BASE)/make/Makefile.gen