X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fhwmon%2FMakefile;h=381f1bf04cc5531f2f4f2376f2c0afc61fff57b7;hb=3b30bbd963ac2606b0377b39c9d148d6eeef7dce;hp=2781403a0236d1e02d3c82d3bdaac323da2a2dd7;hpb=2d986010ad13a00b83851238d52601d6092df40e;p=linux-2.6 diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 2781403a02..381f1bf04c 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -2,9 +2,13 @@ # Makefile for sensor chip drivers. # +obj-$(CONFIG_HWMON) += hwmon.o +obj-$(CONFIG_HWMON_VID) += hwmon-vid.o + # asb100, then w83781d go first, as they can override other drivers' addresses. obj-$(CONFIG_SENSORS_ASB100) += asb100.o obj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o +obj-$(CONFIG_SENSORS_W83792D) += w83792d.o obj-$(CONFIG_SENSORS_W83781D) += w83781d.o obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o