diff options
author | Hans de Goede <j.w.r.degoede@hhs.nl> | 2006-06-04 14:22:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:34 -0400 |
commit | f2b84bbcebfdbe4855bab532909eef6621999f9f (patch) | |
tree | 9e0112af923b56af771708505b69e792c4bc9f2f /drivers/hwmon/Makefile | |
parent | bed730821b74be4c7d135098842219473f7c8f2c (diff) |
[PATCH] abituguru: New hardware monitoring driver
New hardware monitoring driver for the Abit uGuru
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 db72b1415e7f..5092999deb7b 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -12,6 +12,7 @@ obj-$(CONFIG_SENSORS_W83792D) += w83792d.o | |||
12 | obj-$(CONFIG_SENSORS_W83781D) += w83781d.o | 12 | obj-$(CONFIG_SENSORS_W83781D) += w83781d.o |
13 | obj-$(CONFIG_SENSORS_W83791D) += w83791d.o | 13 | obj-$(CONFIG_SENSORS_W83791D) += w83791d.o |
14 | 14 | ||
15 | obj-$(CONFIG_SENSORS_ABITUGURU) += abituguru.o | ||
15 | obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o | 16 | obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o |
16 | obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o | 17 | obj-$(CONFIG_SENSORS_ADM1025) += adm1025.o |
17 | obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o | 18 | obj-$(CONFIG_SENSORS_ADM1026) += adm1026.o |