summaryrefslogtreecommitdiff
path: root/n/avr/modules/proto
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/proto')
-rw-r--r--n/avr/modules/proto/test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/n/avr/modules/proto/test/Makefile b/n/avr/modules/proto/test/Makefile
index a1506be..801870a 100644
--- a/n/avr/modules/proto/test/Makefile
+++ b/n/avr/modules/proto/test/Makefile
@@ -1,8 +1,6 @@
BASE = ../../..
PROGS = test_proto
test_proto_SOURCES = test_proto.c
-DOC =
-EXTRACTDOC =
MODULES = proto uart utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
@@ -11,7 +9,4 @@ AVR_MCU = atmega8
# -Os : size
OPTIMIZE = -O2
-DEFS =
-LIBS =
-
include $(BASE)/make/Makefile.gen