Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.6-rc6 9 lines 294 B view raw
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_MAX77693) += extcon-max77693.o 8obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o 9obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o