summaryrefslogtreecommitdiff
path: root/drivers/extcon/Makefile
blob: 034bb95404b5fed510c1dd7850a5af2ad0e4fe71 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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
obj-$(CONFIG_EXTCON_PORT)	+= extcon-port.o