summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--digital/io/src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/digital/io/src/Makefile b/digital/io/src/Makefile
index aa4da2f4..de73dfe0 100644
--- a/digital/io/src/Makefile
+++ b/digital/io/src/Makefile
@@ -25,7 +25,7 @@ FSM_SOURCES := top init move loader
# Include FSM makefile.
include $(BASE)/make/Makefile.fsm
-trace_event.h: trace.trc
- PYTHONPATH=$(BASE)/../../host python $(BASE)/../../tools/trace/trace.py -t create -i $< -o $@
+events.h events.host.c: trace.trc
+ PYTHONPATH=$(BASE)/../../host python $(BASE)/../../tools/trace/trace.py -t create -i $< -o
-main.c: trace_event.h
+main.c: events.h