repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.21
[linux/fpc-iii.git]
/
drivers
/
w1
/
masters
/
Makefile
blob
4cee256a8134dcdffd4aa71e345c4050abb06747
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