summaryrefslogtreecommitdiff
path: root/n/avr/modules/twi/test/Makefile.slave
blob: 306ee1cf1a1c68a790362ea0e0fcd83912ce069a (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 = ../../..
AVR_PROGS = test_twi_sl
test_twi_sl_SOURCES = test_twi_sl.c
DOC =
EXTRACTDOC =
MODULES = twi uart


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