aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2011-01-26 20:14:26 -0800
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-03-14 22:39:07 -0700
commitdcb7d0668b178deec81db128b9fbab29190063c4 (patch)
treef03d55f209649f0ced6b51e5b17d6883cd98f833 /drivers/hwmon/Makefile
parenthwmon: (pmbus) Add support for Maxim MAX8688 (diff)
downloadlinux-dev-dcb7d0668b178deec81db128b9fbab29190063c4.tar.xz
linux-dev-dcb7d0668b178deec81db128b9fbab29190063c4.zip
hwmon: (pmbus) Add support for Maxim MAX16064
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 0e7cf92d1b56..9788fe248c68 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -117,6 +117,7 @@ obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o
# PMBus drivers
obj-$(CONFIG_PMBUS) += pmbus_core.o
obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o
+obj-$(CONFIG_SENSORS_MAX16064) += max16064.o
obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y)