Makefile (4709d86ca3c8f845ff653690b0a97ad19dc5ba18) | Makefile (97be82880b617fb6bc06ff19e3ddb039501b2dcf) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for regulator drivers. 4# 5 6 7obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o 8obj-$(CONFIG_OF) += of_regulator.o --- 66 unchanged lines hidden (view full) --- 75obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o 76obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o 77obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o 78obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o 79obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o 80obj-$(CONFIG_REGULATOR_MCP16502) += mcp16502.o 81obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o 82obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for regulator drivers. 4# 5 6 7obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o 8obj-$(CONFIG_OF) += of_regulator.o --- 66 unchanged lines hidden (view full) --- 75obj-$(CONFIG_REGULATOR_MAX77693) += max77693-regulator.o 76obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o 77obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o 78obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o 79obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o 80obj-$(CONFIG_REGULATOR_MCP16502) += mcp16502.o 81obj-$(CONFIG_REGULATOR_MP5416) += mp5416.o 82obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o |
83obj-$(CONFIG_REGULATOR_MP886X) += mp886x.o |
|
83obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o 84obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o 85obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o 86obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o 87obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o 88obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o 89obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o 90obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o --- 58 unchanged lines hidden --- | 84obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o 85obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o 86obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o 87obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o 88obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o 89obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o 90obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o 91obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o --- 58 unchanged lines hidden --- |