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
Kirill Smelkov
linux
Commits
0771a5a3
Commit
0771a5a3
authored
Jan 16, 2005
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI: move pcie build into the drivers/pci/ subdirectory
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
1f1f8d52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/Makefile
drivers/Makefile
+0
-1
drivers/pci/Makefile
drivers/pci/Makefile
+2
-0
No files found.
drivers/Makefile
View file @
0771a5a3
...
...
@@ -55,7 +55,6 @@ obj-$(CONFIG_W1) += w1/
obj-$(CONFIG_PHONE)
+=
telephony/
obj-$(CONFIG_MD)
+=
md/
obj-$(CONFIG_BT)
+=
bluetooth/
obj-$(CONFIG_PCIEPORTBUS)
+=
pci/pcie/
obj-$(CONFIG_ISDN)
+=
isdn/
obj-$(CONFIG_MCA)
+=
mca/
obj-$(CONFIG_EISA)
+=
eisa/
...
...
drivers/pci/Makefile
View file @
0771a5a3
...
...
@@ -56,4 +56,6 @@ $(obj)/devlist.h: $(src)/pci.ids $(obj)/gen-devlist
# Files generated that shall be removed upon make clean
clean-files
:=
devlist.h classlist.h
# Build PCI Express stuff if needed
obj-$(CONFIG_PCIEPORTBUS)
+=
pcie/
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