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 1afe02961dec..c4a269b06925 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -123,6 +123,7 @@ obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o | |||
123 | obj-$(CONFIG_SENSORS_MAX16064) += max16064.o | 123 | obj-$(CONFIG_SENSORS_MAX16064) += max16064.o |
124 | obj-$(CONFIG_SENSORS_MAX34440) += max34440.o | 124 | obj-$(CONFIG_SENSORS_MAX34440) += max34440.o |
125 | obj-$(CONFIG_SENSORS_MAX8688) += max8688.o | 125 | obj-$(CONFIG_SENSORS_MAX8688) += max8688.o |
126 | obj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o | ||
126 | obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o | 127 | obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o |
127 | 128 | ||
128 | ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG | 129 | ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG |