Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / w1 / masters / Makefile
diff --git a/kernel/drivers/w1/masters/Makefile b/kernel/drivers/w1/masters/Makefile
new file mode 100644 (file)
index 0000000..c5a3e96
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# Makefile for 1-wire bus master drivers.
+#
+
+obj-$(CONFIG_W1_MASTER_MATROX)         += matrox_w1.o
+obj-$(CONFIG_W1_MASTER_DS2490)         += ds2490.o
+obj-$(CONFIG_W1_MASTER_DS2482)         += ds2482.o
+obj-$(CONFIG_W1_MASTER_MXC)            += mxc_w1.o
+
+obj-$(CONFIG_W1_MASTER_DS1WM)          += ds1wm.o
+obj-$(CONFIG_W1_MASTER_GPIO)           += w1-gpio.o
+obj-$(CONFIG_HDQ_MASTER_OMAP)          += omap_hdq.o