Sign in
googlers
/
maze
/
linux
/
d08b3851da41d0ee60851f2c75b118e1f7a5fc89
/
.
/
drivers
/
w1
/
masters
/
Makefile
blob: 4cee256a8134dcdffd4aa71e345c4050abb06747 [
file
] [
log
] [
blame
]
#
# Makefile for 1-wire bus master drivers.
#
obj
-
$
(
CONFIG_W1_MASTER_MATROX
)
+=
matrox_w1
.
o
obj
-
$
(
CONFIG_W1_MASTER_DS2490
)
+=
ds2490
.
o
obj
-
$
(
CONFIG_W1_MASTER_DS2482
)
+=
ds2482
.
o