Makefile (0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99) Makefile (11d861d227ed1c4068597289267247aac5ac50fa)
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 irq_helpers.o
8obj-$(CONFIG_REGULATOR_NETLINK_EVENTS) += event.o

--- 98 unchanged lines hidden (view full) ---

107obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
108obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
109obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
110obj-$(CONFIG_REGULATOR_MT6370) += mt6370-regulator.o
111obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o
112obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o
113obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o
114obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.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 irq_helpers.o
8obj-$(CONFIG_REGULATOR_NETLINK_EVENTS) += event.o

--- 98 unchanged lines hidden (view full) ---

107obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
108obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
109obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
110obj-$(CONFIG_REGULATOR_MT6370) += mt6370-regulator.o
111obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o
112obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o
113obj-$(CONFIG_REGULATOR_MTK_DVFSRC) += mtk-dvfsrc-regulator.o
114obj-$(CONFIG_REGULATOR_QCOM_LABIBB) += qcom-labibb-regulator.o
115obj-$(CONFIG_REGULATOR_QCOM_PM8008) += qcom-pm8008-regulator.o
115obj-$(CONFIG_REGULATOR_QCOM_REFGEN) += qcom-refgen-regulator.o
116obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o
117obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o
118obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
119obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
120obj-$(CONFIG_REGULATOR_QCOM_USB_VBUS) += qcom_usb_vbus-regulator.o
121obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
122obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o

--- 80 unchanged lines hidden ---
116obj-$(CONFIG_REGULATOR_QCOM_REFGEN) += qcom-refgen-regulator.o
117obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o
118obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o
119obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
120obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
121obj-$(CONFIG_REGULATOR_QCOM_USB_VBUS) += qcom_usb_vbus-regulator.o
122obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
123obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o

--- 80 unchanged lines hidden ---