# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Dallas's 1-wire bus.
#

obj-$(CONFIG_W1)	+= w1.o
obj-y			+= masters/ slaves/
