Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e6b51632
Commit
e6b51632
authored
Jul 21, 2008
by
Dave Airlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gpu: re-order GPU subdirectory vs char for AGP vs DRM startup.
Signed-off-by:
Dave Airlie
<
airlied@linux.ie
>
parent
5b664cb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/Makefile
drivers/Makefile
+3
-1
No files found.
drivers/Makefile
View file @
e6b51632
...
@@ -10,7 +10,6 @@ obj-$(CONFIG_PCI) += pci/
...
@@ -10,7 +10,6 @@ obj-$(CONFIG_PCI) += pci/
obj-$(CONFIG_PARISC)
+=
parisc/
obj-$(CONFIG_PARISC)
+=
parisc/
obj-$(CONFIG_RAPIDIO)
+=
rapidio/
obj-$(CONFIG_RAPIDIO)
+=
rapidio/
obj-y
+=
video/
obj-y
+=
video/
obj-y
+=
gpu/
obj-$(CONFIG_ACPI)
+=
acpi/
obj-$(CONFIG_ACPI)
+=
acpi/
# PnP must come after ACPI since it will eventually need to check if acpi
# PnP must come after ACPI since it will eventually need to check if acpi
# was used and do nothing if so
# was used and do nothing if so
...
@@ -23,6 +22,9 @@ obj-$(CONFIG_XEN) += xen/
...
@@ -23,6 +22,9 @@ obj-$(CONFIG_XEN) += xen/
# default.
# default.
obj-y
+=
char/
obj-y
+=
char/
# gpu/ comes after char for AGP vs DRM startup
obj-y
+=
gpu/
obj-$(CONFIG_CONNECTOR)
+=
connector/
obj-$(CONFIG_CONNECTOR)
+=
connector/
# i810fb and intelfb depend on char/agp/
# i810fb and intelfb depend on char/agp/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment