]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/extcon/Makefile
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[karo-tx-linux.git] / drivers / extcon / Makefile
index 88961b33234818bbd29356140d17558f37c347ec..f98a3c4d46e0a7d76125de265ee34b0bea049bd4 100644 (file)
@@ -2,8 +2,9 @@
 # Makefile for external connector class (extcon) devices
 #
 
-obj-$(CONFIG_EXTCON)           += extcon_class.o
-obj-$(CONFIG_EXTCON_GPIO)      += extcon_gpio.o
+obj-$(CONFIG_EXTCON)           += extcon-class.o
+obj-$(CONFIG_EXTCON_GPIO)      += extcon-gpio.o
+obj-$(CONFIG_EXTCON_ADC_JACK)  += extcon-adc-jack.o
 obj-$(CONFIG_EXTCON_MAX77693)  += extcon-max77693.o
 obj-$(CONFIG_EXTCON_MAX8997)   += extcon-max8997.o
 obj-$(CONFIG_EXTCON_ARIZONA)   += extcon-arizona.o