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.
12 lines
226 B
12 lines
226 B
19 years ago
|
#
|
||
|
# Makefile for 1-wire bus master drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_W1_MASTER_MATROX) += matrox_w1.o
|
||
|
|
||
|
obj-$(CONFIG_W1_MASTER_DS9490) += ds9490r.o
|
||
|
ds9490r-objs := dscore.o
|
||
|
|
||
|
obj-$(CONFIG_W1_MASTER_DS9490_BRIDGE) += ds_w1_bridge.o
|
||
|
|