aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorIl Han <corone.il.han@gmail.com>2015-08-30 20:44:26 +0900
committerGuenter Roeck <linux@roeck-us.net>2015-10-14 07:57:14 -0700
commit195a4b4298a7951c845dac2b326585c66add3435 (patch)
treeea2e8e46af138e75ccc0f36f0d5f4d40958496d7 /drivers/hwmon/Makefile
parent25cb62b76430a91cc6195f902e61c2cb84ade622 (diff)
downloadlinux-195a4b4298a7951c845dac2b326585c66add3435.tar.gz
hwmon: Driver for Maxim MAX31790
The driver supports the Maxim MAX31790. Signed-off-by: Il Han <corone.il.han@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 9e0f3dd2841daa..01855ee641d1d3 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -115,6 +115,7 @@ obj-$(CONFIG_SENSORS_MAX6639) += max6639.o
obj-$(CONFIG_SENSORS_MAX6642) += max6642.o
obj-$(CONFIG_SENSORS_MAX6650) += max6650.o
obj-$(CONFIG_SENSORS_MAX6697) += max6697.o
+obj-$(CONFIG_SENSORS_MAX31790) += max31790.o
obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o
obj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o
obj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o