summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/test/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-11-05 23:30:20 +0100
committerNélio Laranjeiro2008-11-05 23:30:20 +0100
commit18e94e14cbd22e8696ab7e341c4b4f6094444741 (patch)
tree7ddf2a81ba6215badd01646f4392cb288c3c6285 /digital/avr/modules/trace/test/Makefile
parentd32e50b442424aa8c8618763d9f9851527a8555a (diff)
avr/modules/trace: Added the trace module.
Diffstat (limited to 'digital/avr/modules/trace/test/Makefile')
-rw-r--r--digital/avr/modules/trace/test/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/digital/avr/modules/trace/test/Makefile b/digital/avr/modules/trace/test/Makefile
new file mode 100644
index 00000000..93cffc5a
--- /dev/null
+++ b/digital/avr/modules/trace/test/Makefile
@@ -0,0 +1,14 @@
+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