diff options
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 0b33bac4f2ab..0b5e88c2b8d7 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -30,6 +30,7 @@ obj-$(CONFIG_REGULATOR_DA903X) += da903x.o | |||
30 | obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o | 30 | obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o |
31 | obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o | 31 | obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o |
32 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o | 32 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o |
33 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o | ||
33 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o | 34 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o |
34 | obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o | 35 | obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o |
35 | 36 | ||