blob: 52096fd8a216c7ca08ba43dac24d7ac85f2c6e75 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2
3# Makefile for external connector class (extcon) devices
4#
5
6obj-$(CONFIG_EXTCON) += extcon-core.o
7extcon-core-objs += extcon.o devres.o
8obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
9obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o
10obj-$(CONFIG_EXTCON_AXP288) += extcon-axp288.o
David Brazdil0f672f62019-12-10 10:32:29 +000011obj-$(CONFIG_EXTCON_FSA9480) += extcon-fsa9480.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000012obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
13obj-$(CONFIG_EXTCON_INTEL_INT3496) += extcon-intel-int3496.o
14obj-$(CONFIG_EXTCON_INTEL_CHT_WC) += extcon-intel-cht-wc.o
David Brazdil0f672f62019-12-10 10:32:29 +000015obj-$(CONFIG_EXTCON_INTEL_MRFLD) += extcon-intel-mrfld.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000016obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
17obj-$(CONFIG_EXTCON_MAX3355) += extcon-max3355.o
18obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
19obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
20obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
21obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
David Brazdil0f672f62019-12-10 10:32:29 +000022obj-$(CONFIG_EXTCON_PTN5150) += extcon-ptn5150.o
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000023obj-$(CONFIG_EXTCON_QCOM_SPMI_MISC) += extcon-qcom-spmi-misc.o
24obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o
25obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
26obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o
27obj-$(CONFIG_EXTCON_USBC_CROS_EC) += extcon-usbc-cros-ec.o