From 34642177374d29f0cb4e180dc43a4ba297f2a53b Mon Sep 17 00:00:00 2001 From: demonchy Date: Mon, 24 Apr 2006 18:52:02 +0000 Subject: Ajout de la nouvelle version du module (fichier source commun pour le master et le slave) --- n/avr/modules/twi/test/Makefile.slave | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 n/avr/modules/twi/test/Makefile.slave (limited to 'n/avr/modules/twi/test/Makefile.slave') diff --git a/n/avr/modules/twi/test/Makefile.slave b/n/avr/modules/twi/test/Makefile.slave new file mode 100644 index 0000000..306ee1c --- /dev/null +++ b/n/avr/modules/twi/test/Makefile.slave @@ -0,0 +1,24 @@ +BASE = ../../.. +AVR_PROGS = test_twi_sl +test_twi_sl_SOURCES = test_twi_sl.c +DOC = +EXTRACTDOC = +MODULES = twi uart + + +CONFIGFILE = avrconfig_slave.h +TEST_CONFIGFILES = avrconfig_slave.h + +# atmega8, atmega8535, atmega128... +AVR_MCU = atmega128 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +DEFS = +LIBS = + +# Test compilations. +TEST_MCU = atmega8535 atmega128 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3