aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorThilo Cestonaro <thilo@cestona.ro>2016-07-18 13:51:29 +0200
committerGuenter Roeck <linux@roeck-us.net>2016-07-20 06:29:54 -0700
commit08426eda58e07af44aac7c9900ec8a6a62e16b2f (patch)
tree415c0eb9d0d43f85e0a5224ce6b6879be0437bce /drivers/hwmon/Makefile
parent50c22cd154e5f7d13072d98ef3e2baba3c074734 (diff)
downloadlinux-08426eda58e07af44aac7c9900ec8a6a62e16b2f.tar.gz
hwmon: Add driver for FTS BMC chip "Teutates"
This driver implements hardware monitoring and watchdog support for the FTS BMC Chip "Teutates". Signed-off-by: Thilo Cestonaro <thilo@cestona.ro> [groeck: Updated subject and description; fixed dependencies] 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 446a4e74c7cfdf..fe87d2895a97a0 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -62,6 +62,7 @@ obj-$(CONFIG_SENSORS_F71882FG) += f71882fg.o
obj-$(CONFIG_SENSORS_F75375S) += f75375s.o
obj-$(CONFIG_SENSORS_FAM15H_POWER) += fam15h_power.o
obj-$(CONFIG_SENSORS_FSCHMD) += fschmd.o
+obj-$(CONFIG_SENSORS_FTSTEUTATES) += ftsteutates.o
obj-$(CONFIG_SENSORS_G760A) += g760a.o
obj-$(CONFIG_SENSORS_G762) += g762.o
obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o