1# 2# Makefile for external connector class (extcon) devices 3# 4 5obj-$(CONFIG_EXTCON) += extcon_class.o 6obj-$(CONFIG_EXTCON_GPIO) += extcon_gpio.o 7obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o 8obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o 9obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o 10