diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-12 10:15:19 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-07-28 14:47:53 -0400 |
commit | 9d2ecfb768bd2f8b41816a23b0f1dda026fef41d (patch) | |
tree | 7424d830c0b8475d2c872ec0bd1953b354c01094 /drivers/hwmon/pmbus/Makefile | |
parent | c814a4c7c4aad795835583344353963a0a673eb0 (diff) |
hwmon: (pmbus) Move PMBus drivers to drivers/hwmon/pmbus
Since the number of PMBus drivers is getting large, move them into
directory drivers/hwmon/pmbus to improve readability and scalability.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Reviewed-by: Robert Coulson <robert.coulson@ericsson.com>
Diffstat (limited to 'drivers/hwmon/pmbus/Makefile')
-rw-r--r-- | drivers/hwmon/pmbus/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/Makefile b/drivers/hwmon/pmbus/Makefile new file mode 100644 index 000000000000..0178f81829d0 --- /dev/null +++ b/drivers/hwmon/pmbus/Makefile | |||
@@ -0,0 +1,12 @@ | |||
1 | # | ||
2 | # Makefile for PMBus chip drivers. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_PMBUS) += pmbus_core.o | ||
6 | obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o | ||
7 | obj-$(CONFIG_SENSORS_ADM1275) += adm1275.o | ||
8 | obj-$(CONFIG_SENSORS_MAX16064) += max16064.o | ||
9 | obj-$(CONFIG_SENSORS_MAX34440) += max34440.o | ||
10 | obj-$(CONFIG_SENSORS_MAX8688) += max8688.o | ||
11 | obj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o | ||
12 | obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o | ||