summaryrefslogtreecommitdiff
path: root/n/avr/modules/math/fixed/Makefile.module
diff options
context:
space:
mode:
authorschodet2005-08-17 20:54:00 +0000
committerschodet2005-08-17 20:54:00 +0000
commita9573e8c2aee1aeff25c1a49a030a99e939acaff (patch)
tree2b151cb49581853e5b03869e7af27c24044e40c6 /n/avr/modules/math/fixed/Makefile.module
parent875991a3399c5326036cfe2d3023b567ce4666a9 (diff)
Ajout du calcul du cos et sin.
Diffstat (limited to 'n/avr/modules/math/fixed/Makefile.module')
-rw-r--r--n/avr/modules/math/fixed/Makefile.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/n/avr/modules/math/fixed/Makefile.module b/n/avr/modules/math/fixed/Makefile.module
index 91b409b..f32d94a 100644
--- a/n/avr/modules/math/fixed/Makefile.module
+++ b/n/avr/modules/math/fixed/Makefile.module
@@ -1 +1,2 @@
-math_fixed_SOURCES = fixed_mul_f824.avr.S fixed_div_f824.avr.S
+math_fixed_SOURCES = fixed_mul_f824.avr.S fixed_div_f824.avr.S \
+ fixed_cosin_f824.c