summaryrefslogtreecommitdiffhomepage
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/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/digital/avr/modules/trace/test/Makefile b/digital/avr/modules/trace/test/Makefile
index 89dbbf51..07fbfe5c 100644
--- a/digital/avr/modules/trace/test/Makefile
+++ b/digital/avr/modules/trace/test/Makefile
@@ -2,7 +2,7 @@ BASE = ../../..
TOOLS= $(BASE)/../../tools
AVR_PROGS = test_trace flood
HOST_PROGS = test_trace flood
-EXTRA_CLEAN_FILES=../events.h events.host.c
+EXTRA_CLEAN_FILES=events.h events.host.c
test_trace_SOURCES = test-trace.c events.host.c
flood_SOURCES = flood.c events.host.c
@@ -17,6 +17,5 @@ OPTIMIZE = -O2
events:
python $(TOOLS)/trace/trace.py -i $(TOOLS)/trace/example/trace.trc -t create -o
- mv events.h ..
include $(BASE)/make/Makefile.gen