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 bd1bd59eb149..187b89d47f83 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -7,6 +7,7 @@ obj-$(CONFIG_HWMON) += hwmon.o | |||
7 | # asb100, then w83781d go first, as they can override other drivers' addresses. | 7 | # asb100, then w83781d go first, as they can override other drivers' addresses. |
8 | obj-$(CONFIG_SENSORS_ASB100) += asb100.o | 8 | obj-$(CONFIG_SENSORS_ASB100) += asb100.o |
9 | obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o | 9 | obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o |
10 | obj-$(CONFIG_SENSORS_W83792D) += w83792d.o | ||
10 | obj-$(CONFIG_SENSORS_W83781D) += w83781d.o | 11 | obj-$(CONFIG_SENSORS_W83781D) += w83781d.o |
11 | 12 | ||
12 | obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o | 13 | obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o |