aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorRobert Love <rml@novell.com>2005-08-31 23:57:59 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-09 17:23:07 -0400
commit860e1d6b46bd4cbc67d8d065f0f682143513382f (patch)
tree704018339937594b5242d1e153752e0749fec6b9 /drivers/hwmon/Makefile
parent5dce225bd9ea60e28e17076de63df0dee51b2883 (diff)
[PATCH] updated hdaps driver.
Driver for the IBM Hard Drive Active Protection System (HDAPS), an accelerometer found in most modern ThinkPads. Signed-off-by: Robert Love <rml@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 381f1bf04cc..f7d6a2f61ee 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -22,6 +22,7 @@ obj-$(CONFIG_SENSORS_FSCHER) += fscher.o
22obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o 22obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o
23obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o 23obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o
24obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o 24obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o
25obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o
25obj-$(CONFIG_SENSORS_IT87) += it87.o 26obj-$(CONFIG_SENSORS_IT87) += it87.o
26obj-$(CONFIG_SENSORS_LM63) += lm63.o 27obj-$(CONFIG_SENSORS_LM63) += lm63.o
27obj-$(CONFIG_SENSORS_LM75) += lm75.o 28obj-$(CONFIG_SENSORS_LM75) += lm75.o