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