PROGS = test_twi_slave test_twi_slave_OBJECTS = test_twi_slave.o twi_slave.o rs232.o DOC = twi_slave.html EXTRACTDOC = avrconfig.h twi_slave.h MODULES = n/avr/rs232 CONFIGFILE = testconfig.h # atmega8, atmega8535, atmega128... MCU_TARGET = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = include Makefile.avr test_twi_slave.elf: $(test_twi_slave_OBJECTS)