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
d630d54d
Commit
d630d54d
authored
Apr 09, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI Hotplug Makefile cleanup
removed the list-multi targets, as they aren't needed anymore.
parent
6b7c9da0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
drivers/hotplug/Makefile
drivers/hotplug/Makefile
+0
-12
No files found.
drivers/hotplug/Makefile
View file @
d630d54d
...
...
@@ -4,8 +4,6 @@
O_TARGET
:=
vmlinux-obj.o
list-multi
:=
cpqphp.o pci_hotplug.o ibmphp.o
export-objs
:=
pci_hotplug_core.o pci_hotplug_util.o
obj-$(CONFIG_HOTPLUG_PCI)
+=
pci_hotplug.o
...
...
@@ -32,13 +30,3 @@ endif
include
$(TOPDIR)/Rules.make
pci_hotplug.o
:
$(pci_hotplug-objs)
$(LD)
-r
-o
$@
$
(
pci_hotplug-objs
)
cpqphp.o
:
$(cpqphp-objs)
$(LD)
-r
-o
$@
$
(
cpqphp-objs
)
ibmphp.o
:
$(ibmphp-objs)
$(LD)
-r
-o
$@
$
(
ibmphp-objs
)
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