]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/w1/slaves/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / w1 / slaves / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
bd529cfb
EP
2#
3# Makefile for the Dallas's 1-wire slaves.
4#
5
bd529cfb
EP
6obj-$(CONFIG_W1_SLAVE_THERM) += w1_therm.o
7obj-$(CONFIG_W1_SLAVE_SMEM) += w1_smem.o
dd6478d6 8obj-$(CONFIG_W1_SLAVE_DS2405) += w1_ds2405.o
31b4ca3e
MB
9obj-$(CONFIG_W1_SLAVE_DS2408) += w1_ds2408.o
10obj-$(CONFIG_W1_SLAVE_DS2413) += w1_ds2413.o
94859308 11obj-$(CONFIG_W1_SLAVE_DS2406) += w1_ds2406.o
17fecb55 12obj-$(CONFIG_W1_SLAVE_DS2423) += w1_ds2423.o
8ca2f156 13obj-$(CONFIG_W1_SLAVE_DS2431) += w1_ds2431.o
f6887531 14obj-$(CONFIG_W1_SLAVE_DS2805) += w1_ds2805.o
bd529cfb 15obj-$(CONFIG_W1_SLAVE_DS2433) += w1_ds2433.o
e3af95e6 16obj-$(CONFIG_W1_SLAVE_DS2438) += w1_ds2438.o
d7ce6d1d 17obj-$(CONFIG_W1_SLAVE_DS2760) += w1_ds2760.o
275ac746 18obj-$(CONFIG_W1_SLAVE_DS2780) += w1_ds2780.o
fef37e9a 19obj-$(CONFIG_W1_SLAVE_DS2781) += w1_ds2781.o
fbf7f7b4 20obj-$(CONFIG_W1_SLAVE_DS28E04) += w1_ds28e04.o