From 583f00e0b8efe2832f63efb478a51d3ad35e92ed Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 7 Oct 2007 22:16:03 +0200 Subject: Included SI2E avr modules. Well, this need more works... --- digital/avr/modules/twi/test/Makefile.master | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 digital/avr/modules/twi/test/Makefile.master (limited to 'digital/avr/modules/twi/test/Makefile.master') diff --git a/digital/avr/modules/twi/test/Makefile.master b/digital/avr/modules/twi/test/Makefile.master new file mode 100644 index 00000000..fa4f22ed --- /dev/null +++ b/digital/avr/modules/twi/test/Makefile.master @@ -0,0 +1,25 @@ +BASE = ../../.. +AVR_PROGS = test_twi_master +test_twi_master_SOURCES = test_twi_master.c +DOC = +EXTRACTDOC = +MODULES = twi uart proto + + +CONFIGFILE = avrconfig_master.h +TEST_CONFIGFILES = avrconfig_master.h + + +# atmega8, atmega8535, atmega128... +AVR_MCU = atmega8535 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +DEFS = +LIBS = + +# Test compilations. +TEST_MCU = atmega8535 atmega128 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3