]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/Makefile
[PATCH] USB: fix pm patches with CONFIG_PM off part 2
[mirror_ubuntu-zesty-kernel.git] / drivers / Makefile
index 9663132ed82547d3584a280b19c14a26c0895a0a..65670be6ff1a15ac86d8213a08533cbaf498037a 100644 (file)
@@ -5,10 +5,10 @@
 # Rewritten to use lists instead of if-statements.
 #
 
-obj-$(CONFIG_PCI)              += pci/
+obj-$(CONFIG_PCI)              += pci/ usb/
 obj-$(CONFIG_PARISC)           += parisc/
 obj-y                          += video/
-obj-$(CONFIG_ACPI_BOOT)                += acpi/
+obj-$(CONFIG_ACPI)             += acpi/
 # PnP must come after ACPI since it will eventually need to check if acpi
 # was used and do nothing if so
 obj-$(CONFIG_PNP)              += pnp/
@@ -17,6 +17,8 @@ obj-$(CONFIG_PNP)             += pnp/
 # default.
 obj-y                          += char/
 
+obj-$(CONFIG_CONNECTOR)                += connector/
+
 # i810fb and intelfb depend on char/agp/
 obj-$(CONFIG_FB_I810)           += video/i810/
 obj-$(CONFIG_FB_INTEL)          += video/intelfb/