]> Pileus Git - ~andy/linux/blobdiff - drivers/extcon/Makefile
Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6
[~andy/linux] / 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