summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi/test/usi/Makefile
blob: e37c3f8ccf546702e412d8836255b014dcfec112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../../..
AVR_PROGS = test_twi_usi
test_twi_usi_SOURCES = test_twi_usi.c
MODULES = twi
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = attiny85
# -O2 : speed
# -Os : size
OPTIMIZE = -Os

include $(BASE)/make/Makefile.gen