From 3dd8938e57b84228ee9fff72c54bba7657526c27 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Tue, 11 May 2010 01:12:49 +0200 Subject: io: fix compilation using trace --- digital/io/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/io/src/Makefile') diff --git a/digital/io/src/Makefile b/digital/io/src/Makefile index 38c43a5e..aa4da2f4 100644 --- a/digital/io/src/Makefile +++ b/digital/io/src/Makefile @@ -7,7 +7,7 @@ io_SOURCES = main.c servo.avr.c eeprom.avr.c pwm.c \ switch.avr.c chrono.c main_timer.avr.c servo_pos.c \ twi_master.c asserv.c mimot.c \ simu.host.c contact.c usdist.c radar.c \ - path.c food.c + path.c food.c events.host.c # Modules needed for IO. MODULES = proto uart twi utils adc math/fixed math/geometry path/astar \ trace flash spi @@ -26,6 +26,6 @@ FSM_SOURCES := top init move loader include $(BASE)/make/Makefile.fsm trace_event.h: trace.trc - PYTHONPATH=$(BASE)/../../host python $(BASE)/../../tools/trace/trace.py -t create -e $(@:%.h=%_t) -i $< -o $@ + PYTHONPATH=$(BASE)/../../host python $(BASE)/../../tools/trace/trace.py -t create -i $< -o $@ main.c: trace_event.h -- cgit v1.2.3