aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/Makefile
diff options
context:
space:
mode:
authorMariusz Bialonczyk <manio@skyboo.net>2017-02-23 07:38:43 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-17 15:10:49 +0900
commite3af95e60738e2f0ecedca96f8f3baa2fa4d1b7d (patch)
tree72826445792d697f63c2a00d4413ec2f5c5e44cd /drivers/w1/slaves/Makefile
parentw1: add missing DS2413 documentation (diff)
downloadlinux-dev-e3af95e60738e2f0ecedca96f8f3baa2fa4d1b7d.tar.xz
linux-dev-e3af95e60738e2f0ecedca96f8f3baa2fa4d1b7d.zip
w1: add support for DS2438 Smart Battery Monitor
Detailed information about support and provided sysfs files in my next commit which creates a documentation file: Documentation/w1/slaves/w1_ds2438 Signed-off-by: Mariusz Bialonczyk <manio@skyboo.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/slaves/Makefile')
-rw-r--r--drivers/w1/slaves/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/w1/slaves/Makefile b/drivers/w1/slaves/Makefile
index b4a358955ef9..54c63e420302 100644
--- a/drivers/w1/slaves/Makefile
+++ b/drivers/w1/slaves/Makefile
@@ -11,6 +11,7 @@ obj-$(CONFIG_W1_SLAVE_DS2406) += w1_ds2406.o
obj-$(CONFIG_W1_SLAVE_DS2423) += w1_ds2423.o
obj-$(CONFIG_W1_SLAVE_DS2431) += w1_ds2431.o
obj-$(CONFIG_W1_SLAVE_DS2433) += w1_ds2433.o
+obj-$(CONFIG_W1_SLAVE_DS2438) += w1_ds2438.o
obj-$(CONFIG_W1_SLAVE_DS2760) += w1_ds2760.o
obj-$(CONFIG_W1_SLAVE_DS2780) += w1_ds2780.o
obj-$(CONFIG_W1_SLAVE_DS2781) += w1_ds2781.o