summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/test/test_host/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-01-28 23:43:25 +0100
committerNélio Laranjeiro2009-01-28 23:43:25 +0100
commitab2b97c9981345fadbcd2a6e82c84643bc471543 (patch)
tree62f03c19b0bd398e862ab1ddd28e52d619fc3333 /digital/avr/modules/trace/test/test_host/Makefile
parent9e34b0ebedae1c82c24d6e99f068e8bd37eb9e4d (diff)
tal/avr/modules/trace: Implement the correct version of the trace (See #59).
Diffstat (limited to 'digital/avr/modules/trace/test/test_host/Makefile')
-rw-r--r--digital/avr/modules/trace/test/test_host/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/digital/avr/modules/trace/test/test_host/Makefile b/digital/avr/modules/trace/test/test_host/Makefile
index cc22a863..71ec0899 100644
--- a/digital/avr/modules/trace/test/test_host/Makefile
+++ b/digital/avr/modules/trace/test/test_host/Makefile
@@ -2,9 +2,13 @@ BASE = ../../../..
HOST_PROGS = test-trace
-test-trace_SOURCES = test-trace.c flash_stub.c
+test-trace_SOURCES = test-trace.c
-MODULES = trace
-OPTIMIZE = -O2
+MODULES = trace flash/stub
+#OPTIMIZE = -O2
+OPTIMIZE =
include $(BASE)/make/Makefile.gen
+
+all:
+ touch flash.apb