diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2007-09-14 15:33:46 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-10-09 22:56:32 -0400 |
commit | 57c7c3a0fdea95eddcaeba31e7ca7dfc917682ab (patch) | |
tree | d315854afedf0fbb5b6d83849ed2c8c27c153b7f /drivers/hwmon/Makefile | |
parent | c940336b4403540c498fceb102c7142799252129 (diff) |
hwmon: IBM power meter driver
Add a driver to export IBM PowerExecutive power meter sensors.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
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 19da12ec140c..2f592e2e01b3 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -37,6 +37,7 @@ obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o | |||
37 | obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o | 37 | obj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o |
38 | obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o | 38 | obj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o |
39 | obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o | 39 | obj-$(CONFIG_SENSORS_HDAPS) += hdaps.o |
40 | obj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o | ||
40 | obj-$(CONFIG_SENSORS_IT87) += it87.o | 41 | obj-$(CONFIG_SENSORS_IT87) += it87.o |
41 | obj-$(CONFIG_SENSORS_K8TEMP) += k8temp.o | 42 | obj-$(CONFIG_SENSORS_K8TEMP) += k8temp.o |
42 | obj-$(CONFIG_SENSORS_LM63) += lm63.o | 43 | obj-$(CONFIG_SENSORS_LM63) += lm63.o |