projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71eec3
)
x86: Enable the queensbay cpu directory build
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 17 Dec 2014 07:50:39 +0000
(15:50 +0800)
committer
Simon Glass
<sjg@chromium.org>
Fri, 19 Dec 2014 00:26:06 +0000
(17:26 -0700)
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/Makefile
b/arch/x86/cpu/Makefile
index 7f09db5ed3d46c76bff6c5ab050d1844cbffce05..5033d2b7570923b067e501ad5db39f42fd0c969e 100644
(file)
--- 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