]> err.no Git - linux-2.6/blobdiff - drivers/hwmon/Makefile
[PATCH] jffs/jffs2: remove wrong function prototypes
[linux-2.6] / drivers / hwmon / Makefile
index bd1bd59eb149000556c8c4f515a3fc5187d2e2fc..381f1bf04cc5531f2f4f2376f2c0afc61fff57b7 100644 (file)
@@ -3,10 +3,12 @@
 #
 
 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