summaryrefslogtreecommitdiff
path: root/n/avr/modules/math/fixed/Makefile.module
diff options
context:
space:
mode:
authorschodet2005-08-02 22:09:17 +0000
committerschodet2005-08-02 22:09:17 +0000
commitca09d9bf48908036161bcf46cd9834c276a9d249 (patch)
treee9bbb57d08ff537095c40653d74a3672ffcfd50e /n/avr/modules/math/fixed/Makefile.module
parent98694a3cab902c3ef3d1bdab941980ed6c94d67d (diff)
Ajout de avr.math.fixed.
Ajout de fixed_mul_f824, à tester. Ajout de fixed_div_f824, à tester.
Diffstat (limited to 'n/avr/modules/math/fixed/Makefile.module')
-rw-r--r--n/avr/modules/math/fixed/Makefile.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/n/avr/modules/math/fixed/Makefile.module b/n/avr/modules/math/fixed/Makefile.module
new file mode 100644
index 0000000..91b409b
--- /dev/null
+++ b/n/avr/modules/math/fixed/Makefile.module
@@ -0,0 +1 @@
+math_fixed_SOURCES = fixed_mul_f824.avr.S fixed_div_f824.avr.S