diff options
author | Evgeniy Polyakov <johnpol@2ka.mipt.ru> | 2005-08-11 09:27:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 17:41:27 -0400 |
commit | 80895392c83e54653540e72e7d40573aac7ee690 (patch) | |
tree | 3fb57983caf779f0648baebf18672f232a3c8c58 /drivers/w1/Makefile | |
parent | 7c8f5703de91ade517d4fd6c3cc8e08dbba2b739 (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index 80725c348e70..d894a9896b18 100644 --- a/drivers/w1/Makefile +++ b/drivers/w1/Makefile | |||
@@ -18,3 +18,4 @@ ds9490r-objs := dscore.o | |||
18 | 18 | ||
19 | obj-$(CONFIG_W1_DS9490_BRIDGE) += ds_w1_bridge.o | 19 | obj-$(CONFIG_W1_DS9490_BRIDGE) += ds_w1_bridge.o |
20 | 20 | ||
21 | obj-$(CONFIG_W1_DS2433) += w1_ds2433.o | ||