From 928dc853e088849580aac368401999ea596644bb Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 8 Oct 2011 11:56:10 +0200 Subject: digital/avr/modules/motor: add motor control system --- digital/avr/modules/motor/control_system/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 digital/avr/modules/motor/control_system/Makefile (limited to 'digital/avr/modules/motor/control_system/Makefile') diff --git a/digital/avr/modules/motor/control_system/Makefile b/digital/avr/modules/motor/control_system/Makefile new file mode 100644 index 00000000..b4a8d25a --- /dev/null +++ b/digital/avr/modules/motor/control_system/Makefile @@ -0,0 +1,5 @@ +BASE = ../../.. +DOC = control_system.html +EXTRACTDOC = control_system.h + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3