From 583f00e0b8efe2832f63efb478a51d3ad35e92ed Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 7 Oct 2007 22:16:03 +0200 Subject: Included SI2E avr modules. Well, this need more works... --- digital/avr/modules/math/fixed/Makefile.module | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 digital/avr/modules/math/fixed/Makefile.module (limited to 'digital/avr/modules/math/fixed/Makefile.module') diff --git a/digital/avr/modules/math/fixed/Makefile.module b/digital/avr/modules/math/fixed/Makefile.module new file mode 100644 index 00000000..ed7e89fe --- /dev/null +++ b/digital/avr/modules/math/fixed/Makefile.module @@ -0,0 +1,3 @@ +math_fixed_SOURCES = fixed_mul_f824.avr.S fixed_div_f824.avr.S \ + fixed_cosin_f824.c \ + fixed_sqrt_uf248.c fixed_sqrt_ui32.c -- cgit v1.2.3