projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92d152
)
x86, pci: Exclude Moorestown PCI code if CONFIG_X86_MRST=n
author
Yinghai Lu
<yinghai@kernel.org>
Wed, 24 Feb 2010 20:39:37 +0000
(12:39 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 25 Feb 2010 22:26:43 +0000
(14:26 -0800)
If we don't have any Moorestown CPU support compiled in, we don't need
the Moorestown PCI support either.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <
4B858E89
.
7040807
@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/pci/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/pci/Makefile
b/arch/x86/pci/Makefile
index 4753ebc19caeb9e6b47b7b977565e9af72de1efc..56caf2a18baa61757fb22aea7a44341727b1d4e9 100644
(file)
--- a/
arch/x86/pci/Makefile
+++ b/
arch/x86/pci/Makefile
@@
-13,7
+13,9
@@
obj-$(CONFIG_X86_VISWS) += visws.o
obj-$(CONFIG_X86_NUMAQ) += numaq_32.o
-obj-y += common.o early.o mrst.o
+obj-$(CONFIG_X86_MRST) += mrst.o
+
+obj-y += common.o early.o
obj-y += amd_bus.o
obj-$(CONFIG_X86_64) += bus_numa.o