summaryrefslogtreecommitdiff
path: root/digital/avr/modules/motor/blocking_detection/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2011-10-08 11:56:10 +0200
committerNicolas Schodet2012-03-06 23:16:05 +0100
commit928dc853e088849580aac368401999ea596644bb (patch)
tree7970d54f08a9e802f54c7dbbde4f91987ea5982e /digital/avr/modules/motor/blocking_detection/Makefile
parent7a1417eb3cecd3b5f5b8a5c1a73e5a89d19de2d4 (diff)
digital/avr/modules/motor: add motor control system
Diffstat (limited to 'digital/avr/modules/motor/blocking_detection/Makefile')
-rw-r--r--digital/avr/modules/motor/blocking_detection/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/digital/avr/modules/motor/blocking_detection/Makefile b/digital/avr/modules/motor/blocking_detection/Makefile
new file mode 100644
index 00000000..22849574
--- /dev/null
+++ b/digital/avr/modules/motor/blocking_detection/Makefile
@@ -0,0 +1,5 @@
+BASE = ../../..
+DOC = blocking_detection.html
+EXTRACTDOC = blocking_detection.h
+
+include $(BASE)/make/Makefile.gen