From 0f9db44ec7e0d92caeeeab4347f8aed8c5a978fe Mon Sep 17 00:00:00 2001 From: schodet Date: Fri, 22 Jul 2005 21:30:39 +0000 Subject: Ajout de TWI, migration vers le nouveau système de makefiles. --- n/avr/modules/twi/slave/test/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 n/avr/modules/twi/slave/test/Makefile (limited to 'n/avr/modules/twi/slave/test/Makefile') diff --git a/n/avr/modules/twi/slave/test/Makefile b/n/avr/modules/twi/slave/test/Makefile new file mode 100644 index 0000000..219ae62 --- /dev/null +++ b/n/avr/modules/twi/slave/test/Makefile @@ -0,0 +1,21 @@ +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 -- cgit v1.2.3