summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-29 14:02:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-29 22:31:18 +0100
commit68a961ac5c317b623a7e82ade12e92ec44adbd59 (patch)
tree85025dc957f5d0133f852684943df5293bfc0fda /drivers/w1/slaves/Makefile
parent6cb9aa9202831cc1d0f99f206facd9c19bc1c642 (diff)
downloadbarebox-68a961ac5c317b623a7e82ade12e92ec44adbd59.tar.gz
barebox-68a961ac5c317b623a7e82ade12e92ec44adbd59.tar.xz
1-wire: add ds2431 support
Based on linux implementation. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 ac9a5a75a6..65804e0a4d 100644
--- a/drivers/w1/slaves/Makefile
+++ b/drivers/w1/slaves/Makefile
@@ -2,3 +2,4 @@
# Makefile for the Dallas's 1-wire slaves.
#
+obj-$(CONFIG_W1_SLAVE_DS2431) += w1_ds2431.o