summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/spi/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-02-10 23:07:45 +0100
committerNélio Laranjeiro2008-02-10 23:07:45 +0100
commit4d10e19afe45695f30e7bf408757e92893f3fd2c (patch)
treeb3db06961e5b8fd4e5b5731bac767bddd90efe11 /digital/avr/modules/spi/Makefile
parentc55b86e84af4efefb72b439d2041d11bb9349bc6 (diff)
SPI driver for AVR.
It's only a first shoot, it has not been tested in the real AVR.
Diffstat (limited to 'digital/avr/modules/spi/Makefile')
-rwxr-xr-xdigital/avr/modules/spi/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/digital/avr/modules/spi/Makefile b/digital/avr/modules/spi/Makefile
new file mode 100755
index 00000000..fa689635
--- /dev/null
+++ b/digital/avr/modules/spi/Makefile
@@ -0,0 +1,5 @@
+BASE = ../..
+DOC = spi.html
+EXTRACTDOC = spi.h spi.c
+
+include $(BASE)/make/Makefile.gen