diff options
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 09e67955fd57..0e7cf92d1b56 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -117,6 +117,7 @@ obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o | |||
117 | # PMBus drivers | 117 | # PMBus drivers |
118 | obj-$(CONFIG_PMBUS) += pmbus_core.o | 118 | obj-$(CONFIG_PMBUS) += pmbus_core.o |
119 | obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o | 119 | obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o |
120 | obj-$(CONFIG_SENSORS_MAX8688) += max8688.o | ||
120 | 121 | ||
121 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) | 122 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) |
122 | EXTRA_CFLAGS += -DDEBUG | 123 | EXTRA_CFLAGS += -DDEBUG |