summaryrefslogtreecommitdiff
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorPhilippe Reynes <tremyfr@yahoo.fr>2014-07-25 22:43:00 +0100
committerJonathan Cameron <jic23@kernel.org>2014-07-27 14:21:35 +0100
commit472988972737cdc2ee83c05931822792a2bf2f76 (patch)
treea1f9d929f6abf7a09381b2fc1f65b12398aec529 /drivers/iio/dac/Makefile
parent03d795589d4e5adf83af0623ac5bac93ae2ce2a9 (diff)
iio: add support of the max5821
Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/Makefile')
-rw-r--r--drivers/iio/dac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dac/Makefile b/drivers/iio/dac/Makefile
index 10107640bb46..52be7e1acf16 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -17,5 +17,6 @@ obj-$(CONFIG_AD5791) += ad5791.o
obj-$(CONFIG_AD5686) += ad5686.o
obj-$(CONFIG_AD7303) += ad7303.o
obj-$(CONFIG_MAX517) += max517.o
+obj-$(CONFIG_MAX5821) += max5821.o
obj-$(CONFIG_MCP4725) += mcp4725.o
obj-$(CONFIG_MCP4922) += mcp4922.o