]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/extcon/Makefile
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-zesty-kernel.git] / drivers / extcon / Makefile
CommitLineData
e48f9dac 1
de55d871
MH
2# Makefile for external connector class (extcon) devices
3#
4
f68a8342 5obj-$(CONFIG_EXTCON) += extcon.o
19939860 6obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
e48f9dac 7obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o
f0312378 8obj-$(CONFIG_EXTCON_AXP288) += extcon-axp288.o
e48f9dac 9obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
962e56bf 10obj-$(CONFIG_EXTCON_MAX14577) += extcon-max14577.o
db1b9037 11obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
27a28d32 12obj-$(CONFIG_EXTCON_MAX77843) += extcon-max77843.o
b76668ba 13obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
b1f254e3 14obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
c03e017c 15obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o
914b881f 16obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
e52817fa 17obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o