Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / w1 / masters / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for 1-wire bus master drivers.
4 #
5
6 obj-$(CONFIG_W1_MASTER_AMD_AXI)         += amd_axi_w1.o
7 obj-$(CONFIG_W1_MASTER_MATROX)          += matrox_w1.o
8 obj-$(CONFIG_W1_MASTER_DS2490)          += ds2490.o
9 obj-$(CONFIG_W1_MASTER_DS2482)          += ds2482.o
10 obj-$(CONFIG_W1_MASTER_MXC)             += mxc_w1.o
11
12 obj-$(CONFIG_W1_MASTER_GPIO)            += w1-gpio.o
13 obj-$(CONFIG_HDQ_MASTER_OMAP)           += omap_hdq.o
14 obj-$(CONFIG_W1_MASTER_SGI)             += sgi_w1.o
15 obj-$(CONFIG_W1_MASTER_UART)            += w1-uart.o