diff options
author | Robert Love <rml@novell.com> | 2005-09-01 05:57:59 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-09 23:23:07 +0200 |
commit | 860e1d6b46bd4cbc67d8d065f0f682143513382f (patch) | |
tree | 704018339937594b5242d1e153752e0749fec6b9 /drivers/hwmon/Makefile | |
parent | [PATCH] Fix CONFIG_ACPI_BLACKLIST_YEAR (diff) | |
download | linux-860e1d6b46bd4cbc67d8d065f0f682143513382f.tar.xz linux-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 381f1bf04cc5..f7d6a2f61ee7 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 |