diff options
| author | Evgeniy Polyakov | 2005-08-11 15:27:50 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman | 2005-09-08 23:41:27 +0200 |
| commit | 80895392c83e54653540e72e7d40573aac7ee690 (patch) | |
| tree | 3fb57983caf779f0648baebf18672f232a3c8c58 /drivers/w1/Makefile | |
| parent | [PATCH] w1: Decreased debug level. (diff) | |
| download | kernel-qcow2-linux-80895392c83e54653540e72e7d40573aac7ee690.tar.gz kernel-qcow2-linux-80895392c83e54653540e72e7d40573aac7ee690.tar.xz kernel-qcow2-linux-80895392c83e54653540e72e7d40573aac7ee690.zip | |
[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 obj-$(CONFIG_W1_DS9490_BRIDGE) += ds_w1_bridge.o +obj-$(CONFIG_W1_DS2433) += w1_ds2433.o |
