aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 46819818ef51..09e67955fd57 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -114,6 +114,10 @@ obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o
114obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o 114obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o
115obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o 115obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o
116 116
117# PMBus drivers
118obj-$(CONFIG_PMBUS) += pmbus_core.o
119obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o
120
117ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y) 121ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y)
118EXTRA_CFLAGS += -DDEBUG 122EXTRA_CFLAGS += -DDEBUG
119endif 123endif