summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi/test/Makefile.slave
blob: 35f84bcdf0cf20919e7f1bb96a4abe510b6f7bc7 (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
BASE = ../../..
PROGS = test_twi_sl
test_twi_sl_SOURCES = test_twi_sl.c
DOC =
EXTRACTDOC =
MODULES = twi uart proto utils


CONFIGFILE = avrconfig_slave.h
TEST_CONFIGFILES = avrconfig_slave.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