summaryrefslogtreecommitdiffstats
path: root/drivers/w1/Makefile
diff options
context:
space:
mode:
authorEvgeniy Polyakov <johnpol@2ka.mipt.ru>2005-08-11 17:27:50 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-08 14:41:27 -0700
commit80895392c83e54653540e72e7d40573aac7ee690 (patch)
tree3fb57983caf779f0648baebf18672f232a3c8c58 /drivers/w1/Makefile
parent7c8f5703de91ade517d4fd6c3cc8e08dbba2b739 (diff)
downloadlinux-0-day-80895392c83e54653540e72e7d40573aac7ee690.tar.gz
linux-0-day-80895392c83e54653540e72e7d40573aac7ee690.tar.xz
[PATCH] w1: Added DS2433 driver.
Work by Ben Gardner <bgardner@wabtec.com>. Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/w1/Makefile')
-rw-r--r--drivers/w1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile
index 80725c348e704..d894a9896b18f 100644
--- a/drivers/w1/Makefile
+++ b/drivers/w1/Makefile
@@ -18,3 +18,4 @@ ds9490r-objs := dscore.o
obj-$(CONFIG_W1_DS9490_BRIDGE) += ds_w1_bridge.o
+obj-$(CONFIG_W1_DS2433) += w1_ds2433.o