blob: 86020bdb6da08ae65eecc28f3b409d1873abfc2f (
plain)
1
2
3
4
5
6
7
|
#
# Makefile for external connector class (extcon) devices
#
obj-$(CONFIG_EXTCON) += extcon_class.o
obj-$(CONFIG_EXTCON_GPIO) += extcon_gpio.o
obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
|