From ca09d9bf48908036161bcf46cd9834c276a9d249 Mon Sep 17 00:00:00 2001 From: schodet Date: Tue, 2 Aug 2005 22:09:17 +0000 Subject: Ajout de avr.math.fixed. Ajout de fixed_mul_f824, à tester. Ajout de fixed_div_f824, à tester. --- n/avr/modules/math/fixed/Makefile.module | 1 + 1 file changed, 1 insertion(+) create mode 100644 n/avr/modules/math/fixed/Makefile.module (limited to 'n/avr/modules/math/fixed/Makefile.module') 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 -- cgit v1.2.3