summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2010-11-29 23:07:46 +0100
committerNicolas Schodet2010-11-29 23:07:46 +0100
commitdb212811293f91e0f1147eb57e5f6d5df2db10ef (patch)
tree0d531fb2c2380734a90e949ed66e4978fa8007ef /digital/avr/modules/twi/Makefile
parent0f105f99e378bb596f2c305f64bdd7cf1bc87446 (diff)
digital/avr/modules/twi: cleanup TWI module, refs #29, closes #90
- use contexts - changed interface - merge test programs - share polling mechanism - prepare place for other drivers - add callback system - use english comments
Diffstat (limited to 'digital/avr/modules/twi/Makefile')
-rw-r--r--digital/avr/modules/twi/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/digital/avr/modules/twi/Makefile b/digital/avr/modules/twi/Makefile
deleted file mode 100644
index 731c2ce3..00000000
--- a/digital/avr/modules/twi/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-BASE = ../../..
-DOC = twi.html
-EXTRACTDOC = twi.h avrconfig.h
-
-include $(BASE)/make/Makefile.gen