]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/extcon/Makefile
Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[mirror_ubuntu-jammy-kernel.git] / drivers / extcon / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
e48f9dac 2
de55d871
MH
3# Makefile for external connector class (extcon) devices
4#
5
af61f961
AB
6obj-$(CONFIG_EXTCON) += extcon-core.o
7extcon-core-objs += extcon.o devres.o
19939860 8obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
e48f9dac 9obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o
f0312378 10obj-$(CONFIG_EXTCON_AXP288) += extcon-axp288.o
bad5b5e7 11obj-$(CONFIG_EXTCON_FSA9480) += extcon-fsa9480.o
e48f9dac 12obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
2f556bdb 13obj-$(CONFIG_EXTCON_INTEL_INT3496) += extcon-intel-int3496.o
db0f3baa 14obj-$(CONFIG_EXTCON_INTEL_CHT_WC) += extcon-intel-cht-wc.o
492929c5 15obj-$(CONFIG_EXTCON_INTEL_MRFLD) += extcon-intel-mrfld.o
962e56bf 16obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
08a0a4f9 17obj-$(CONFIG_EXTCON_MAX3355) += extcon-max3355.o
db1b9037 18obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
27a28d32 19obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
b76668ba 20obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
b1f254e3 21obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
4ed754de 22obj-$(CONFIG_EXTCON_PTN5150) += extcon-ptn5150.o
38085c98 23obj-$(CONFIG_EXTCON_QCOM_SPMI_MISC) += extcon-qcom-spmi-misc.o
c03e017c 24obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o
914b881f 25obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
e52817fa 26obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o
c6983166 27obj-$(CONFIG_EXTCON_USBC_CROS_EC) += extcon-usbc-cros-ec.o