[U-Boot] [PATCH 20/25] x86: Enable the queensbay cpu directory build

4 Dec
2014
4 Dec
'14
4:03 p.m.
Signed-off-by: Bin Meng bmeng.cn@gmail.com --- arch/x86/cpu/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index 7f09db5..5033d2b 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
--
1.8.2.1

5 Dec
5 Dec
12:56 a.m.
New subject: [U-Boot] [PATCH 20/25] x86: Enable the queensbay cpu directory build
On 4 December 2014 at 08:03, Bin Meng bmeng.cn@gmail.com wrote:
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/Makefile | 1 + 1 file changed, 1 insertion(+)
Acked-by: Simon Glass sjg@chromium.org
3808
Age (days ago)
3808
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bin Meng
-
Simon Glass