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/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/Makefile')
| -rw-r--r-- | drivers/hwmon/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 9a4473993845..4f1e394bb127 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
| @@ -122,15 +122,7 @@ obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o | |||
| 122 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o | 122 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o |
| 123 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o | 123 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o |
| 124 | 124 | ||
| 125 | # PMBus drivers | 125 | obj-$(CONFIG_PMBUS) += pmbus/ |
| 126 | obj-$(CONFIG_PMBUS) += pmbus_core.o | ||
| 127 | obj-$(CONFIG_SENSORS_PMBUS) += pmbus.o | ||
| 128 | obj-$(CONFIG_SENSORS_ADM1275) += adm1275.o | ||
| 129 | obj-$(CONFIG_SENSORS_MAX16064) += max16064.o | ||
| 130 | obj-$(CONFIG_SENSORS_MAX34440) += max34440.o | ||
| 131 | obj-$(CONFIG_SENSORS_MAX8688) += max8688.o | ||
| 132 | obj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o | ||
| 133 | obj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o | ||
| 134 | 126 | ||
| 135 | ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG | 127 | ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG |
| 136 | 128 | ||
