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/avr/modules/path/test/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 digital/avr/modules/path/test/Makefile (limited to 'digital/avr/modules/path/test/Makefile') diff --git a/digital/avr/modules/path/test/Makefile b/digital/avr/modules/path/test/Makefile new file mode 100644 index 00000000..698ee538 --- /dev/null +++ b/digital/avr/modules/path/test/Makefile @@ -0,0 +1,12 @@ +BASE = ../../.. +HOST_PROGS = test_path +test_path_SOURCES = test_path.c +MODULES = path math/fixed utils +CONFIGFILE = avrconfig.h +# atmega8, atmega8535, atmega128... +AVR_MCU = atmega128 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3