From 5948ad3b390c3c7a8deac3fea4aa6f6e93f395f7 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 18 Dec 2011 15:16:09 +0100 Subject: digital/avr/modules/motor: add motor model --- digital/avr/modules/motor/motor_model/test/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 digital/avr/modules/motor/motor_model/test/Makefile (limited to 'digital/avr/modules/motor/motor_model/test/Makefile') diff --git a/digital/avr/modules/motor/motor_model/test/Makefile b/digital/avr/modules/motor/motor_model/test/Makefile new file mode 100644 index 00000000..256d1128 --- /dev/null +++ b/digital/avr/modules/motor/motor_model/test/Makefile @@ -0,0 +1,10 @@ +BASE = ../../../.. +HOST_PROGS = test_motor_model +test_motor_model_SOURCES = test_motor_model.c +MODULES = motor/motor_model +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 +HOST_LIBS = -lm + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3