License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / w1 / masters / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
bd529cfb
EP
2#
3# Makefile for 1-wire bus master drivers.
4#
5
6obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o
81f6075e 7obj-$(CONFIG_W1_MASTER_DS2490) += ds2490.o
baf12ae2 8obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o
a5fd9139
SH
9obj-$(CONFIG_W1_MASTER_MXC) += mxc_w1.o
10
f19b121e 11obj-$(CONFIG_W1_MASTER_DS1WM) += ds1wm.o
ad8dc96e 12obj-$(CONFIG_W1_MASTER_GPIO) += w1-gpio.o
9f2bc79f 13obj-$(CONFIG_HDQ_MASTER_OMAP) += omap_hdq.o