From de2b91b06e7a037775a58dbda036a3c8d1de00e3 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 14 Apr 2010 22:07:53 +0200 Subject: digital/avr/modules/trace: remove the event.host.c from module The user should add the c file into the list of sources to compile. --- digital/avr/modules/trace/test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'digital/avr/modules/trace/test/Makefile') 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 -- cgit v1.2.3