]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/extcon/Makefile
extcon: Move OF helper function to extcon core and change function name
[mirror_ubuntu-jammy-kernel.git] / drivers / extcon / Makefile
CommitLineData
de55d871
MH
1#
2# Makefile for external connector class (extcon) devices
3#
4
0ea62503
MH
5obj-$(CONFIG_EXTCON) += extcon-class.o
6obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
19939860 7obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
962e56bf 8obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
db1b9037 9obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
b76668ba 10obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
f2c32a88 11obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o
b1f254e3 12obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o