From: Bin Meng Date: Wed, 17 Dec 2014 07:50:39 +0000 (+0800) Subject: x86: Enable the queensbay cpu directory build X-Git-Tag: v2015.01-rc4~16^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=240a79d95cc13bdeb02af5cc3451735df24715aa;p=u-boot x86: Enable the queensbay cpu directory build Signed-off-by: Bin Meng Acked-by: Simon Glass --- diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index 7f09db5ed3..5033d2b757 100644 --- a/arch/x86/cpu/Makefile +++ b/arch/x86/cpu/Makefile @@ -15,6 +15,7 @@ obj-y += interrupts.o cpu.o call64.o obj-$(CONFIG_SYS_COREBOOT) += coreboot/ obj-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) += ivybridge/ obj-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += ivybridge/ +obj-$(CONFIG_INTEL_QUEENSBAY) += queensbay/ obj-y += lapic.o obj-$(CONFIG_PCI) += pci.o obj-y += turbo.o