License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.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
e48f9dac 11obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
2f556bdb 12obj-$(CONFIG_EXTCON_INTEL_INT3496) += extcon-intel-int3496.o
db0f3baa 13obj-$(CONFIG_EXTCON_INTEL_CHT_WC) += extcon-intel-cht-wc.o
962e56bf 14obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
08a0a4f9 15obj-$(CONFIG_EXTCON_MAX3355) += extcon-max3355.o
db1b9037 16obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
27a28d32 17obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
b76668ba 18obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
b1f254e3 19obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
38085c98 20obj-$(CONFIG_EXTCON_QCOM_SPMI_MISC) += extcon-qcom-spmi-misc.o
c03e017c 21obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o
914b881f 22obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
e52817fa 23obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o
c6983166 24obj-$(CONFIG_EXTCON_USBC_CROS_EC) += extcon-usbc-cros-ec.o