summaryrefslogtreecommitdiff
path: root/drivers/extcon/Makefile
blob: 53d88c1cce364e1af16c7a666eb85369d017f19b (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for external connector class (extcon) devices
#

obj-$(CONFIG_EXTCON)		+= extcon_class.o
obj-$(CONFIG_EXTCON_GPIO)	+= extcon_gpio.o
obj-$(CONFIG_EXTCON_ADC_JACK)	+= extcon-adc-jack.o
obj-$(CONFIG_EXTCON_MAX77693)	+= extcon-max77693.o
obj-$(CONFIG_EXTCON_MAX8997)	+= extcon-max8997.o
obj-$(CONFIG_EXTCON_ARIZONA)	+= extcon-arizona.o