diff options
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index dde02d99c238..974f9cc766b2 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -112,7 +112,5 @@ obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o | |||
112 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o | 112 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o |
113 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o | 113 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o |
114 | 114 | ||
115 | ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) | 115 | ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG |
116 | EXTRA_CFLAGS += -DDEBUG | ||
117 | endif | ||
118 | 116 | ||