diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-07-25 15:46:09 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-07-25 15:46:09 -0400 |
commit | 28ff2f7a742daba86ccd7021be7b27a4673b2797 (patch) | |
tree | 1c6d11e31c793adbdef731a2640842ea06566539 /drivers/hwmon/Makefile | |
parent | b6844e8f64920cdee620157252169ba63afb0c89 (diff) |
hwmon: (sch5627) Factor out some code shared with sch5636 driver
This patch adds a new sch56xx-common.ko which contains code which will also
be used in the new sch5636 driver.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 28061cfa0cdb..ae59bca3852a 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -95,6 +95,7 @@ obj-$(CONFIG_SENSORS_PC87360) += pc87360.o | |||
95 | obj-$(CONFIG_SENSORS_PC87427) += pc87427.o | 95 | obj-$(CONFIG_SENSORS_PC87427) += pc87427.o |
96 | obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o | 96 | obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o |
97 | obj-$(CONFIG_SENSORS_S3C) += s3c-hwmon.o | 97 | obj-$(CONFIG_SENSORS_S3C) += s3c-hwmon.o |
98 | obj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o | ||
98 | obj-$(CONFIG_SENSORS_SCH5627) += sch5627.o | 99 | obj-$(CONFIG_SENSORS_SCH5627) += sch5627.o |
99 | obj-$(CONFIG_SENSORS_SHT15) += sht15.o | 100 | obj-$(CONFIG_SENSORS_SHT15) += sht15.o |
100 | obj-$(CONFIG_SENSORS_SHT21) += sht21.o | 101 | obj-$(CONFIG_SENSORS_SHT21) += sht21.o |