diff options
author | Il Han <corone.il.han@gmail.com> | 2015-08-30 07:44:26 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-10-14 10:57:14 -0400 |
commit | 195a4b4298a7951c845dac2b326585c66add3435 (patch) | |
tree | ea2e8e46af138e75ccc0f36f0d5f4d40958496d7 /drivers/hwmon/Makefile | |
parent | 25cb62b76430a91cc6195f902e61c2cb84ade622 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 9e0f3dd2841d..01855ee641d1 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -115,6 +115,7 @@ obj-$(CONFIG_SENSORS_MAX6639) += max6639.o | |||
115 | obj-$(CONFIG_SENSORS_MAX6642) += max6642.o | 115 | obj-$(CONFIG_SENSORS_MAX6642) += max6642.o |
116 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o | 116 | obj-$(CONFIG_SENSORS_MAX6650) += max6650.o |
117 | obj-$(CONFIG_SENSORS_MAX6697) += max6697.o | 117 | obj-$(CONFIG_SENSORS_MAX6697) += max6697.o |
118 | obj-$(CONFIG_SENSORS_MAX31790) += max31790.o | ||
118 | obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o | 119 | obj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o |
119 | obj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o | 120 | obj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o |
120 | obj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o | 121 | obj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o |