summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/trace/test/Makefile')
-rw-r--r--digital/avr/modules/trace/test/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/digital/avr/modules/trace/test/Makefile b/digital/avr/modules/trace/test/Makefile
deleted file mode 100644
index 93cffc5a..00000000
--- a/digital/avr/modules/trace/test/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-BASE = ../../..
-HOST_PROGS = test-trace
-
-test-trace_SOURCES = test-trace.c flash_stub.c
-
-MODULES = trace
-#CONFIGFILE = avrconfig.h
-# atmega8, atmega8535, atmega128...
-#AVR_MCU = atmega128
-# -O2 : speed
-# -Os : size
-OPTIMIZE = -O2
-
-include $(BASE)/make/Makefile.gen