From 80895392c83e54653540e72e7d40573aac7ee690 Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Thu, 11 Aug 2005 17:27:50 +0400 Subject: [PATCH] w1: Added DS2433 driver. Work by Ben Gardner . Signed-off-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- drivers/w1/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/w1/Makefile') diff --git a/drivers/w1/Makefile b/drivers/w1/Makefile index 80725c348e7..d894a9896b1 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 -- cgit v1.2.3