aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-07-05 15:45:22 -0400
committerMark Brown <broonie@linaro.org>2013-07-18 09:22:33 -0400
commit82b736df4da2c6fdf2c0018938685cf36d112ecd (patch)
tree895d8f39d87d8e4e5d0c6da9f22bba3b0efbc12c /drivers/regulator/Makefile
parentad81f0545ef01ea651886dddac4bef6cec930092 (diff)
regulator: build: Sort Kconfig
Reduces merge issues if nothing else. Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index ba4a3cf3afec..d240772d90ee 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -52,6 +52,7 @@ obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
52obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o 52obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
53obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o 53obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
54obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o 54obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
55obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
55obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o 56obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
56obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o 57obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o
57obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o 58obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o
@@ -64,7 +65,6 @@ obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
64obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o 65obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o
65obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o 66obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o
66obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o 67obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o
67obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
68obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress.o 68obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress.o
69obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o 69obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o
70obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o 70obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o