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)