summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi/test/Makefile.slave
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/twi/test/Makefile.slave')
-rw-r--r--digital/avr/modules/twi/test/Makefile.slave24
1 files changed, 24 insertions, 0 deletions
diff --git a/digital/avr/modules/twi/test/Makefile.slave b/digital/avr/modules/twi/test/Makefile.slave
new file mode 100644
index 00000000..306ee1cf
--- /dev/null
+++ b/digital/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