summaryrefslogtreecommitdiff
path: root/n/avr/twi-master/Makefile
blob: f286664f96bbd88e740e1d37b40d96040160aa8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROGS = test_twi_master
test_twi_master_OBJECTS = test_twi_master.o twi_master.o proto.o rs232.o
DOC = twi_master.html
EXTRACTDOC = avrconfig.h twi_master.h 
MODULES = n/avr/rs232 n/avr/proto
CONFIGFILE = testconfig.h
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include Makefile.avr

test_twi_master.elf: $(test_twi_master_OBJECTS)