diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-03 18:20:04 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 06:38:41 -0400 |
commit | 69d715a142f393bbcf1c05b440c074bed2aa0416 (patch) | |
tree | 1e8bd294141741f0cd4ddb62a470b8745823a120 /drivers/regulator/Makefile | |
parent | 939b62d897d80be2b4632dd81a838d29e1f5f1e3 (diff) |
regulator: gpio-regulator: Sort in Makefile
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 2cc91d1201db..04ff3ead1312 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -9,7 +9,6 @@ obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o | |||
9 | obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o | 9 | obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o |
10 | obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o | 10 | obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o |
11 | 11 | ||
12 | obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o | ||
13 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o | 12 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o |
14 | obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o | 13 | obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o |
15 | obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o | 14 | obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o |
@@ -20,6 +19,7 @@ obj-$(CONFIG_REGULATOR_DA903X) += da903x.o | |||
20 | obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o | 19 | obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o |
21 | obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o | 20 | obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o |
22 | obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o | 21 | obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o |
22 | obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o | ||
23 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o | 23 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o |
24 | obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o | 24 | obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o |
25 | obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o | 25 | obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o |