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 7f239a247c33..ed5f1781b8c4 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -90,6 +90,7 @@ obj-$(CONFIG_SENSORS_VT8231) += vt8231.o | |||
90 | obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o | 90 | obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o |
91 | obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o | 91 | obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o |
92 | obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o | 92 | obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o |
93 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o | ||
93 | 94 | ||
94 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) | 95 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) |
95 | EXTRA_CFLAGS += -DDEBUG | 96 | EXTRA_CFLAGS += -DDEBUG |