summaryrefslogtreecommitdiff
path: root/n/avr/modules/twi/slave/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/twi/slave/test/Makefile')
-rw-r--r--n/avr/modules/twi/slave/test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/n/avr/modules/twi/slave/test/Makefile b/n/avr/modules/twi/slave/test/Makefile
index 219ae62..f28b954 100644
--- a/n/avr/modules/twi/slave/test/Makefile
+++ b/n/avr/modules/twi/slave/test/Makefile
@@ -1,8 +1,6 @@
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...
@@ -11,9 +9,6 @@ AVR_MCU = atmega8
# -Os : size
OPTIMIZE = -O2
-DEFS =
-LIBS =
-
# Test compilations.
TEST_MCU = atmega8535 atmega128
TEST_CONFIGFILES = avrconfig.h