2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Dallas's 1-wire bus.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_W1) += wire.o
|
|
|
|
wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
|
|
|
|
|
2005-12-06 18:38:28 +08:00
|
|
|
obj-y += masters/ slaves/
|
2005-04-17 06:20:36 +08:00
|
|
|
|