]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/Makefile
Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmi
[mirror_ubuntu-bionic-kernel.git] / drivers / Makefile
index 5a9e7b6b7928d5d1bb1ad4dfb0fa0052c493bc9a..194d20bee7dce40070964fa2343bc19ea946d627 100644 (file)
@@ -29,6 +29,8 @@ obj-$(CONFIG_SFI)             += sfi/
 # was used and do nothing if so
 obj-$(CONFIG_PNP)              += pnp/
 obj-y                          += amba/
+
+obj-y                          += clk/
 # Many drivers will want to use DMA so this has to be made available
 # really early.
 obj-$(CONFIG_DMADEVICES)       += dma/
@@ -142,8 +144,6 @@ obj-$(CONFIG_VHOST)         += vhost/
 obj-$(CONFIG_VLYNQ)            += vlynq/
 obj-$(CONFIG_STAGING)          += staging/
 obj-y                          += platform/
-#common clk code
-obj-y                          += clk/
 
 obj-$(CONFIG_MAILBOX)          += mailbox/
 obj-$(CONFIG_HWSPINLOCK)       += hwspinlock/