extcon: add EXPORT_SYMBOL_GPL for exported functions
[linux-block.git] / drivers / extcon / Makefile
CommitLineData
de55d871
MH
1#
2# Makefile for external connector class (extcon) devices
3#
4
0ea62503
MH
5obj-$(CONFIG_EXTCON) += extcon-class.o
6obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
19939860 7obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
db1b9037 8obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
b76668ba 9obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
f2c32a88 10obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o