Skip to content

Commit ef0777a

Browse files
committed
Merge branch '5.5/zen-sauce' into 5.5/master
2 parents 363ceb7 + 056d072 commit ef0777a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

drivers/Makefile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,8 @@ obj-y += char/
5858
# iommu/ comes before gpu as gpu are using iommu controllers
5959
obj-y += iommu/
6060

61-
# gpu/ comes after char for AGP vs DRM startup and after iommu
62-
obj-y += gpu/
63-
6461
obj-$(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-
7063
obj-$(CONFIG_PARPORT) += parport/
7164
obj-$(CONFIG_NVM) += lightnvm/
7265
obj-y += base/ block/ misc/ mfd/ nfc/
@@ -79,6 +72,14 @@ obj-$(CONFIG_IDE) += ide/
7972
obj-y += scsi/
8073
obj-y += nvme/
8174
obj-$(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+
8283
obj-$(CONFIG_TARGET_CORE) += target/
8384
obj-$(CONFIG_MTD) += mtd/
8485
obj-$(CONFIG_SPI) += spi/

0 commit comments

Comments
 (0)