BASE = ../../../.. AVR_PROGS = test_twi_slave test_twi_slave_SOURCES = test_twi_slave.c DOC = EXTRACTDOC = MODULES = uart twi/slave CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... AVR_MCU = atmega8 # -O2 : speed # -Os : size OPTIMIZE = -O2 DEFS = LIBS = # Test compilations. TEST_MCU = atmega8535 atmega128 TEST_CONFIGFILES = avrconfig.h include $(BASE)/make/Makefile.gen