summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/trace/test
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/trace/test')
-rw-r--r--digital/avr/modules/trace/test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/digital/avr/modules/trace/test/Makefile b/digital/avr/modules/trace/test/Makefile
index dec8b36b..89dbbf51 100644
--- a/digital/avr/modules/trace/test/Makefile
+++ b/digital/avr/modules/trace/test/Makefile
@@ -2,9 +2,10 @@ BASE = ../../..
TOOLS= $(BASE)/../../tools
AVR_PROGS = test_trace flood
HOST_PROGS = test_trace flood
+EXTRA_CLEAN_FILES=../events.h events.host.c
-test_trace_SOURCES = test-trace.c
-flood_SOURCES = flood.c
+test_trace_SOURCES = test-trace.c events.host.c
+flood_SOURCES = flood.c events.host.c
MODULES = utils spi flash proto uart trace
CONFIGFILE = avrconfig.h
@@ -17,6 +18,5 @@ OPTIMIZE = -O2
events:
python $(TOOLS)/trace/trace.py -i $(TOOLS)/trace/example/trace.trc -t create -o
mv events.h ..
- mv events.host.c ..
include $(BASE)/make/Makefile.gen