Makefile (db6da59cf27b5661ced03754ae0550f8914eda9e) Makefile (7bce16630837c705f72e8fd53a11ae8c236236f4)
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_OF) += of_regulator.o

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

119obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o
120obj-$(CONFIG_REGULATOR_PV88080) += pv88080-regulator.o
121obj-$(CONFIG_REGULATOR_PV88090) += pv88090-regulator.o
122obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o
123obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o
124obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
125obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
126obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-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_OF) += of_regulator.o

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

119obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o
120obj-$(CONFIG_REGULATOR_PV88080) += pv88080-regulator.o
121obj-$(CONFIG_REGULATOR_PV88090) += pv88090-regulator.o
122obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o
123obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o
124obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
125obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
126obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
127obj-$(CONFIG_REGULATOR_RAA215300) += raa215300.o
127obj-$(CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY) += rpi-panel-attiny-regulator.o
128obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
129obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o
130obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o
131obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o
132obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o
133obj-$(CONFIG_REGULATOR_RT4803) += rt4803.o
134obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o

--- 57 unchanged lines hidden ---
128obj-$(CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY) += rpi-panel-attiny-regulator.o
129obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
130obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o
131obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o
132obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o
133obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o
134obj-$(CONFIG_REGULATOR_RT4803) += rt4803.o
135obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o

--- 57 unchanged lines hidden ---