Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[sfrench/cifs-2.6.git] / 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
7 obj-$(CONFIG_W1_MASTER_DS9490)          += ds9490r.o
8 ds9490r-objs    := dscore.o
9
10 obj-$(CONFIG_W1_MASTER_DS9490_BRIDGE)   += ds_w1_bridge.o
11
12 obj-$(CONFIG_W1_MASTER_DS2482)          += ds2482.o
13