summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 23:11:41 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 04:09:40 (GMT)
commitcdc337ed8f5b695f767c37f266f7c4873517a189 (patch)
tree97e1bbedfc931cbdc7989d0e2f94fcf4fe6b4be3 /arch/x86/cpu/ivybridge/Makefile
parent4e1907290720cac9c13422f1821a36254575fd73 (diff)
downloadu-boot-cdc337ed8f5b695f767c37f266f7c4873517a189.tar.xz
x86: ivybridge: Drop the special PCI driver
There is nothing special about the ivybridge pci driver now, so just use the generic one. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r--arch/x86/cpu/ivybridge/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile
index bdbd3fa..259a5df 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -15,7 +15,6 @@ obj-y += model_206ax.o
obj-y += microcode_intel.o
obj-y += northbridge.o
obj-y += pch.o
-obj-y += pci.o
obj-y += report_platform.o
obj-y += sata.o
obj-y += sdram.o