Sign in
coral
/
linux-mtk
/
501fb72d052d2a302b423bef7dec98d9d98c8a36
/
.
/
drivers
/
w1
/
masters
/
Makefile
blob: 11551b328186fb23de8a9ddc71f1a13350d802dd [
file
]
#
# 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
obj
-
$
(
CONFIG_W1_MASTER_DS1WM
)
+=
ds1wm
.
o