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
5ad6b7ad
Commit
5ad6b7ad
authored
Mar 02, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCI Hotplug: clean up the Makefile a bit more.
parent
c7ee6396
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
18 deletions
+12
-18
drivers/pci/hotplug/Makefile
drivers/pci/hotplug/Makefile
+12
-18
No files found.
drivers/pci/hotplug/Makefile
View file @
5ad6b7ad
...
...
@@ -50,13 +50,10 @@ pciehp-objs := pciehp_core.o \
pciehp_pci.o
\
pciehp_sysfs.o
\
pciehp_hpc.o
ifdef
CONFIG_HOTPLUG_PCI_PCIE
ifdef
CONFIG_ACPI_BUS
ifdef
CONFIG_ACPI_BUS
pciehp-objs
+=
pciehprm_acpi.o
else
else
pciehp-objs
+=
pciehprm_nonacpi.o
endif
endif
shpchp-objs
:=
shpchp_core.o
\
...
...
@@ -64,15 +61,12 @@ shpchp-objs := shpchp_core.o \
shpchp_pci.o
\
shpchp_sysfs.o
\
shpchp_hpc.o
ifdef
CONFIG_HOTPLUG_PCI_SHPC
ifdef
CONFIG_ACPI_BUS
ifdef
CONFIG_ACPI_BUS
shpchp-objs
+=
shpchprm_acpi.o
else
else
ifdef
CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY
shpchp-objs
+=
shpchprm_legacy.o
else
shpchp-objs
+=
shpchprm_nonacpi.o
endif
endif
endif
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