summaryrefslogtreecommitdiff
path: root/n/avr/modules/math/fixed/Makefile.module
diff options
context:
space:
mode:
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 f32d94a..ed7e89f 100644
--- a/n/avr/modules/math/fixed/Makefile.module
+++ b/n/avr/modules/math/fixed/Makefile.module
@@ -1,2 +1,3 @@
math_fixed_SOURCES = fixed_mul_f824.avr.S fixed_div_f824.avr.S \
- fixed_cosin_f824.c
+ fixed_cosin_f824.c \
+ fixed_sqrt_uf248.c fixed_sqrt_ui32.c