0ea6250378
Replaced '_' with '-' in the extcon file names, which has been bogging since new drivers have been using the standard naming. Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
294 B
Makefile
10 lines
294 B
Makefile
#
|
|
# Makefile for external connector class (extcon) devices
|
|
#
|
|
|
|
obj-$(CONFIG_EXTCON) += extcon-class.o
|
|
obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o
|
|
obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o
|
|
obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
|
|
obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o
|