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 14:23:07 -0700 |
commit | 860e1d6b46bd4cbc67d8d065f0f682143513382f (patch) | |
tree | 704018339937594b5242d1e153752e0749fec6b9 /drivers/hwmon/Makefile | |
parent | 5dce225bd9ea60e28e17076de63df0dee51b2883 (diff) | |
download | linux-3.10-860e1d6b46bd4cbc67d8d065f0f682143513382f.tar.gz linux-3.10-860e1d6b46bd4cbc67d8d065f0f682143513382f.tar.bz2 linux-3.10-860e1d6b46bd4cbc67d8d065f0f682143513382f.zip |
[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 381f1bf04cc..f7d6a2f61ee 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_SENSORS_FSCHER) += fscher.o obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o +obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o obj-$(CONFIG_SENSORS_IT87) += it87.o obj-$(CONFIG_SENSORS_LM63) += lm63.o obj-$(CONFIG_SENSORS_LM75) += lm75.o |