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 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 digital/avr/modules/math/fixed/Makefile (limited to 'digital/avr/modules/math/fixed/Makefile') diff --git a/digital/avr/modules/math/fixed/Makefile b/digital/avr/modules/math/fixed/Makefile new file mode 100644 index 00000000..44892c74 --- /dev/null +++ b/digital/avr/modules/math/fixed/Makefile @@ -0,0 +1,5 @@ +BASE = ../../.. +DOC = fixed.html +EXTRACTDOC = fixed.h + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3