Skip to content

Commit 734b397

Browse files
committed
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
* 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: gpu: re-order GPU subdirectory vs char for AGP vs DRM startup.
2 parents 702beb8 + e6b5163 commit 734b397

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ obj-$(CONFIG_PCI) += pci/
1010
obj-$(CONFIG_PARISC) += parisc/
1111
obj-$(CONFIG_RAPIDIO) += rapidio/
1212
obj-y += video/
13-
obj-y += gpu/
1413
obj-$(CONFIG_ACPI) += acpi/
1514
# PnP must come after ACPI since it will eventually need to check if acpi
1615
# was used and do nothing if so
@@ -23,6 +22,9 @@ obj-$(CONFIG_XEN) += xen/
2322
# default.
2423
obj-y += char/
2524

25+
# gpu/ comes after char for AGP vs DRM startup
26+
obj-y += gpu/
27+
2628
obj-$(CONFIG_CONNECTOR) += connector/
2729

2830
# i810fb and intelfb depend on char/agp/

0 commit comments

Comments
 (0)