File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,15 +58,8 @@ obj-y += char/
5858# iommu/ comes before gpu as gpu are using iommu controllers
5959obj-y += iommu/
6060
61- # gpu/ comes after char for AGP vs DRM startup and after iommu
62- obj-y += gpu/
63-
6461obj-$(CONFIG_CONNECTOR) += connector/
6562
66- # i810fb and intelfb depend on char/agp/
67- obj-$(CONFIG_FB_I810) += video/fbdev/i810/
68- obj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/
69-
7063obj-$(CONFIG_PARPORT) += parport/
7164obj-$(CONFIG_NVM) += lightnvm/
7265obj-y += base/ block/ misc/ mfd/ nfc/
@@ -79,6 +72,14 @@ obj-$(CONFIG_IDE) += ide/
7972obj-y += scsi/
8073obj-y += nvme/
8174obj-$(CONFIG_ATA) += ata/
75+
76+ # gpu/ comes after char for AGP vs DRM startup and after iommu
77+ obj-y += gpu/
78+
79+ # i810fb and intelfb depend on char/agp/
80+ obj-$(CONFIG_FB_I810) += video/fbdev/i810/
81+ obj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/
82+
8283obj-$(CONFIG_TARGET_CORE) += target/
8384obj-$(CONFIG_MTD) += mtd/
8485obj-$(CONFIG_SPI) += spi/
You can’t perform that action at this time.
0 commit comments