diff options
author | Mark Brown <broonie@kernel.org> | 2020-03-30 12:57:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-30 12:57:26 +0100 |
commit | 6dfae59d37aec535db5e462db1a1ff76c5e3fa25 (patch) | |
tree | 47ab16ca5cd789ff9d457688b4e1678f719c1f59 /drivers/regulator/Makefile | |
parent | 1ba0b52ea73bd46ff053edea21f5630f5277fefe (diff) | |
parent | 24bd2afda8ce633385a3c96aa51181008d7252da (diff) |
Merge remote-tracking branch 'regulator/for-next' into tmp
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 bc69d6481646..6610ee001d9a 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -80,6 +80,7 @@ obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o obj-$(CONFIG_REGULATOR_MCP16502) += mcp16502.o obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o +obj-$(CONFIG_REGULATOR_MP886X) += mp886x.o obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o |