summaryrefslogtreecommitdiff
path: root/n/avr/modules/twi/test/Makefile.master
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/twi/test/Makefile.master')
-rw-r--r--n/avr/modules/twi/test/Makefile.master25
1 files changed, 25 insertions, 0 deletions
diff --git a/n/avr/modules/twi/test/Makefile.master b/n/avr/modules/twi/test/Makefile.master
new file mode 100644
index 0000000..fa4f22e
--- /dev/null
+++ b/n/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