summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi/test/Makefile.master
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/twi/test/Makefile.master')
-rw-r--r--digital/avr/modules/twi/test/Makefile.master25
1 files changed, 0 insertions, 25 deletions
diff --git a/digital/avr/modules/twi/test/Makefile.master b/digital/avr/modules/twi/test/Makefile.master
deleted file mode 100644
index 55a762c0..00000000
--- a/digital/avr/modules/twi/test/Makefile.master
+++ /dev/null
@@ -1,25 +0,0 @@
-BASE = ../../..
-PROGS = test_twi_master
-test_twi_master_SOURCES = test_twi_master.c
-DOC =
-EXTRACTDOC =
-MODULES = twi uart proto math/random utils
-
-
-CONFIGFILE = avrconfig_master.h
-TEST_CONFIGFILES = avrconfig_master.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