Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
03a67a46af8647b2c7825107045ecae641e103d3
/
.
/
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