projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6]
/
drivers
/
w1
/
masters
/
Makefile
1
#
2
# Makefile for 1-wire bus master drivers.
3
#
4
5
obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o
6
obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
7
obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o
8
obj-$(CONFIG_W1_MASTER_DS1WM) += ds1wm.o