diff options
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 993151d6fdf9..73bfb873d4b8 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -43,6 +43,7 @@ obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o | |||
43 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o | 43 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o |
44 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o | 44 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o |
45 | obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o | 45 | obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o |
46 | obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o | ||
46 | obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o | 47 | obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o |
47 | obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o | 48 | obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o |
48 | obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o | 49 | obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o |
@@ -58,7 +59,9 @@ obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o | |||
58 | obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o | 59 | obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o |
59 | obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o | 60 | obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o |
60 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o | 61 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o |
62 | obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o | ||
61 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o | 63 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o |
64 | obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress.o | ||
62 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o | 65 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o |
63 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o | 66 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o |
64 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o | 67 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o |