aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-07-20 18:42:36 -0400
committerDave Airlie <airlied@redhat.com>2008-07-20 18:42:49 -0400
commite6b51632b3579d96ce5aa1b3efdeceedd2921a2c (patch)
treee6b00e149dd2da968527fa2195bdbae9bf6d2746 /drivers/Makefile
parent5b664cb235e97afbf34db9c4d77f08ebd725335e (diff)
gpu: re-order GPU subdirectory vs char for AGP vs DRM startup.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index fda44679dffc..808e0ae66aa8 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -10,7 +10,6 @@ obj-$(CONFIG_PCI) += pci/
10obj-$(CONFIG_PARISC) += parisc/ 10obj-$(CONFIG_PARISC) += parisc/
11obj-$(CONFIG_RAPIDIO) += rapidio/ 11obj-$(CONFIG_RAPIDIO) += rapidio/
12obj-y += video/ 12obj-y += video/
13obj-y += gpu/
14obj-$(CONFIG_ACPI) += acpi/ 13obj-$(CONFIG_ACPI) += acpi/
15# PnP must come after ACPI since it will eventually need to check if acpi 14# PnP must come after ACPI since it will eventually need to check if acpi
16# was used and do nothing if so 15# was used and do nothing if so
@@ -23,6 +22,9 @@ obj-$(CONFIG_XEN) += xen/
23# default. 22# default.
24obj-y += char/ 23obj-y += char/
25 24
25# gpu/ comes after char for AGP vs DRM startup
26obj-y += gpu/
27
26obj-$(CONFIG_CONNECTOR) += connector/ 28obj-$(CONFIG_CONNECTOR) += connector/
27 29
28# i810fb and intelfb depend on char/agp/ 30# i810fb and intelfb depend on char/agp/