summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/coreboot/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-06-22 02:30:03 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-06-29 10:08:15 +0800
commitff6e1569663eccaf9e582c57cc44568915c2f54b (patch)
tree4b464885999ab27ee8d5149550ee6481641a2d1b /arch/x86/cpu/coreboot/Makefile
parent44faff24f58859bdc1acf28ac739020b5091678a (diff)
downloadtalos-obmc-uboot-ff6e1569663eccaf9e582c57cc44568915c2f54b.tar.gz
talos-obmc-uboot-ff6e1569663eccaf9e582c57cc44568915c2f54b.zip
x86: coreboot: Remove the dummy pch driver
There is a dummy pch driver in the coreboot directory. This causes drivers of its children fail to function due to empty ops. Remove the whole file since it is no longer needed. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/coreboot/Makefile')
-rw-r--r--arch/x86/cpu/coreboot/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/coreboot/Makefile b/arch/x86/cpu/coreboot/Makefile
index b6e870a7cb..d663656bf9 100644
--- a/arch/x86/cpu/coreboot/Makefile
+++ b/arch/x86/cpu/coreboot/Makefile
@@ -18,4 +18,3 @@ obj-y += coreboot.o
obj-y += tables.o
obj-y += sdram.o
obj-y += timestamp.o
-obj-$(CONFIG_PCI) += pci.o
OpenPOWER on IntegriCloud