diff options
author | Robert Love <rml@novell.com> | 2005-08-31 23:57:59 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-09 17:23:07 -0400 |
commit | 860e1d6b46bd4cbc67d8d065f0f682143513382f (patch) | |
tree | 704018339937594b5242d1e153752e0749fec6b9 /drivers/hwmon/Makefile | |
parent | 5dce225bd9ea60e28e17076de63df0dee51b2883 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 381f1bf04cc5..f7d6a2f61ee7 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_SENSORS_FSCHER) += fscher.o | |||
22 | obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o | 22 | obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o |
23 | obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o | 23 | obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o |
24 | obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o | 24 | obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o |
25 | obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o | ||
25 | obj-$(CONFIG_SENSORS_IT87) += it87.o | 26 | obj-$(CONFIG_SENSORS_IT87) += it87.o |
26 | obj-$(CONFIG_SENSORS_LM63) += lm63.o | 27 | obj-$(CONFIG_SENSORS_LM63) += lm63.o |
27 | obj-$(CONFIG_SENSORS_LM75) += lm75.o | 28 | obj-$(CONFIG_SENSORS_LM75) += lm75.o |