You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|