From: Bjorn Helgaas Date: Thu, 12 Jan 2012 15:01:40 +0000 (-0700) Subject: x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y X-Git-Tag: v3.3-rc1~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf9a4e69c1ff0ccdd1d2b7404f95c0531355274;p=pandora-kernel.git x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y 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 Cc: stable@kernel.org # 2.6.34+ (needs adjustment for k8 -> amd rename) Signed-off-by: Bjorn Helgaas Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed