diff options
author | Mark Brown <broonie@kernel.org> | 2021-06-07 16:23:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-07 16:23:06 +0100 |
commit | 4388daa8e2c7ad9db10c424ab416ddf5fa960c47 (patch) | |
tree | 74744e8aee38602bc5e315d33cd7712e3ee42863 /drivers/regulator/Makefile | |
parent | 5eee5eced95f1b35c8567688ed52932b7e58deee (diff) | |
parent | 4cfc965475124c4eed2b7b5d8b6fc5048a21ecfd (diff) | |
download | linux-4388daa8e2c7ad9db10c424ab416ddf5fa960c47.tar.gz linux-4388daa8e2c7ad9db10c424ab416ddf5fa960c47.tar.bz2 linux-4388daa8e2c7ad9db10c424ab416ddf5fa960c47.zip |
Merge tag 'tb-mfd-regulator-rtc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-5.14
Immutable branch between MFD, Regulator and RTC due for the v5.14 merge window
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 4143a418ff64..59ce3359a84a 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -93,6 +93,7 @@ obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o +obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o |