]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/Makefile
misc: rtsx: make various functions static
[mirror_ubuntu-bionic-kernel.git] / drivers / Makefile
index e06f7f633f73ff285c64e19b89041d17e2be23ce..2546a3d93898e8062dffc867591021d2ac9dc77e 100644 (file)
@@ -61,14 +61,9 @@ obj-y                                += char/
 # iommu/ comes before gpu as gpu are using iommu controllers
 obj-$(CONFIG_IOMMU_SUPPORT)    += iommu/
 
-# gpu/ comes after char for AGP vs DRM startup and after iommu
-obj-y                          += gpu/
 
 obj-$(CONFIG_CONNECTOR)                += connector/
 
-# i810fb and intelfb depend on char/agp/
-obj-$(CONFIG_FB_I810)           += video/fbdev/i810/
-obj-$(CONFIG_FB_INTEL)          += video/fbdev/intelfb/
 
 obj-$(CONFIG_PARPORT)          += parport/
 obj-$(CONFIG_NVM)              += lightnvm/
@@ -82,6 +77,12 @@ obj-$(CONFIG_IDE)            += ide/
 obj-$(CONFIG_SCSI)             += scsi/
 obj-y                          += nvme/
 obj-$(CONFIG_ATA)              += ata/
+
+# gpu/ comes after char for AGP vs DRM startup and after iommu
+obj-y                          += gpu/
+# i810fb and intelfb depend on char/agp/
+obj-$(CONFIG_FB_I810)           += video/fbdev/i810/
+obj-$(CONFIG_FB_INTEL)          += video/fbdev/intelfb/
 obj-$(CONFIG_TARGET_CORE)      += target/
 obj-$(CONFIG_MTD)              += mtd/
 obj-$(CONFIG_SPI)              += spi/