We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 702beb8 + e6b5163 commit 734b397Copy full SHA for 734b397
drivers/Makefile
@@ -10,7 +10,6 @@ obj-$(CONFIG_PCI) += pci/
10
obj-$(CONFIG_PARISC) += parisc/
11
obj-$(CONFIG_RAPIDIO) += rapidio/
12
obj-y += video/
13
-obj-y += gpu/
14
obj-$(CONFIG_ACPI) += acpi/
15
# PnP must come after ACPI since it will eventually need to check if acpi
16
# was used and do nothing if so
@@ -23,6 +22,9 @@ obj-$(CONFIG_XEN) += xen/
23
22
# default.
24
obj-y += char/
25
+# gpu/ comes after char for AGP vs DRM startup
26
+obj-y += gpu/
27
+
28
obj-$(CONFIG_CONNECTOR) += connector/
29
30
# i810fb and intelfb depend on char/agp/
0 commit comments