]> Pileus Git - ~andy/linux/blob - drivers/w1/masters/Makefile
w1: add 1-wire master driver for i.MX27 / i.MX31
[~andy/linux] / drivers / w1 / masters / Makefile
1 #
2 # Makefile for 1-wire bus master drivers.
3 #
4
5 obj-$(CONFIG_W1_MASTER_MATROX)          += matrox_w1.o
6 obj-$(CONFIG_W1_MASTER_DS2490)          += ds2490.o
7 obj-$(CONFIG_W1_MASTER_DS2482)          += ds2482.o
8 obj-$(CONFIG_W1_MASTER_MXC)             += mxc_w1.o
9
10 obj-$(CONFIG_W1_MASTER_DS1WM)           += ds1wm.o
11 obj-$(CONFIG_W1_MASTER_GPIO)            += w1-gpio.o
12 obj-$(CONFIG_HDQ_MASTER_OMAP)           += omap_hdq.o