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 55595f6e1aa6..77a3e093c247 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -68,6 +68,7 @@ obj-$(CONFIG_SENSORS_VT1211) += vt1211.o | |||
68 | obj-$(CONFIG_SENSORS_VT8231) += vt8231.o | 68 | obj-$(CONFIG_SENSORS_VT8231) += vt8231.o |
69 | obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o | 69 | obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o |
70 | obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o | 70 | obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o |
71 | obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o | ||
71 | 72 | ||
72 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) | 73 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) |
73 | EXTRA_CFLAGS += -DDEBUG | 74 | EXTRA_CFLAGS += -DDEBUG |