Sign in
googlers
/
maze
/
linux
/
806d41b756fecc1b13584e2b806b76d8934b1679
/
.
/
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