]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 12 Jan 2012 15:01:40 +0000 (08:01 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Jan 2012 00:13:18 +0000 (16:13 -0800)
commit8caedf258f365a5dd81af920fcef8be798305a74
tree03e86093fb192da1c6545cd2e8f643da92c25d43
parentdc106336ae990903ef9c1ccc459b719166ec504e
x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y

commit 5cf9a4e69c1ff0ccdd1d2b7404f95c0531355274 upstream.

We only need amd_bus.o for AMD systems with PCI.  arch/x86/pci/Makefile
already depends on CONFIG_PCI=y, so this patch just adds the dependency
on CONFIG_AMD_NB.

Cc: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/pci/Makefile