xref: /linux/drivers/extcon/Makefile (revision 26b0d14106954ae46d2f4f7eec3481828a210f7d)
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_MAX8997)	+= extcon-max8997.o
8