From 72f865523b14953d13a207599068ba68e9df0b70 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 17 Jun 2008 22:57:24 +0200 Subject: * digital/avr/modules/path, digital/io/src: - moved path finding to a separated module. --- digital/io/src/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'digital/io/src/Makefile') diff --git a/digital/io/src/Makefile b/digital/io/src/Makefile index e230bc89..f668777f 100644 --- a/digital/io/src/Makefile +++ b/digital/io/src/Makefile @@ -1,6 +1,5 @@ BASE = ../../avr PROGS = io -HOST_PROGS = test_path io_SOURCES = main.c asserv.c servo.avr.c eeprom.avr.c trap.c sharp.c \ switch.avr.c chrono.c \ simu.host.c \ @@ -8,11 +7,8 @@ io_SOURCES = main.c asserv.c servo.avr.c eeprom.avr.c trap.c sharp.c \ getsamples.c getsamples_fsm.c getsamples_cb.c \ gutter_fsm.c gutter_cb.c gutter.c \ move.c move_fsm.c move_cb.c \ - top.c top_fsm.c top_cb.c \ - path.c -test_path_SOURCES = test_path.c path.c -MODULES = proto uart twi utils adc math/fixed -test_path_MODULES = math/fixed + top.c top_fsm.c top_cb.c +MODULES = proto uart twi utils adc math/fixed path CONFIGFILE = avrconfig.h # atmega8, atmega8535, atmega128... AVR_MCU = atmega128 -- cgit v1.2.3