Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
b760bd950b4f56dbe34f084dbd1c5c6d08ef08e8
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
drivers
/
w1
/
Makefile
blob: 6bb0b54965f2ac3d1257cadea6a2d7911f2aa13e [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -0700
[
diff
] [
blame
]
1
#
2
# Makefile for the Dallas's 1-wire bus.
3
#
4
5
obj
-
$
(
CONFIG_W1
)
+=
wire
.
o
6
wire
-
objs
:=
w1
.
o w1_int
.
o w1_family
.
o w1_netlink
.
o w1_io
.
o
7
8
obj
-
y
+=
masters
/
slaves
/
9