summaryrefslogtreecommitdiff
path: root/n/avr/modules
diff options
context:
space:
mode:
authorschodet2005-10-09 18:57:43 +0000
committerschodet2005-10-09 18:57:43 +0000
commit87699485234bd6445f878f9f4b22d496e5098460 (patch)
tree5f0a0f0a77732b8c07974da5941111445e4d647c /n/avr/modules
parentc1be8cf1fe070dab3836a2735b653ec1a477744d (diff)
Ajout du Makefile.
Diffstat (limited to 'n/avr/modules')
-rw-r--r--n/avr/modules/math/fixed/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/n/avr/modules/math/fixed/Makefile b/n/avr/modules/math/fixed/Makefile
new file mode 100644
index 0000000..44892c7
--- /dev/null
+++ b/n/avr/modules/math/fixed/Makefile
@@ -0,0 +1,5 @@
+BASE = ../../..
+DOC = fixed.html
+EXTRACTDOC = fixed.h
+
+include $(BASE)/make/Makefile.gen