aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 001712ebbf25..12ef277a48b4 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_REGULATOR_ANATOP) += anatop-regulator.o
20obj-$(CONFIG_REGULATOR_ARIZONA) += arizona-micsupp.o arizona-ldo1.o 20obj-$(CONFIG_REGULATOR_ARIZONA) += arizona-micsupp.o arizona-ldo1.o
21obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o 21obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o
22obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o 22obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o
23obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o
23obj-$(CONFIG_REGULATOR_DA903X) += da903x.o 24obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
24obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o 25obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o
25obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o 26obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o
@@ -58,8 +59,10 @@ obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
58obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o 59obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
59obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o 60obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
60obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o 61obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
62obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
61obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o 63obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
62obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o 64obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
65obj-$(CONFIG_REGULATOR_ST_PWM) += st-pwm.o
63obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o 66obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
64obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o 67obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
65obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o 68obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
@@ -68,6 +71,7 @@ obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o
68obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o 71obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
69obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o 72obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
70obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o 73obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o
74obj-$(CONFIG_REGULATOR_TPS65218) += tps65218-regulator.o
71obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o 75obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
72obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o 76obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
73obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o 77obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o