summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-17 15:50:39 +0800
committerSimon Glass <sjg@chromium.org>2014-12-18 17:26:06 -0700
commit240a79d95cc13bdeb02af5cc3451735df24715aa (patch)
tree175fa3095d472933ee9b3e4e61410bdc844e7f03 /arch
parentb71eec3129c2626bfb1e98141b317d958e3cf384 (diff)
downloadblackbird-obmc-uboot-240a79d95cc13bdeb02af5cc3451735df24715aa.tar.gz
blackbird-obmc-uboot-240a79d95cc13bdeb02af5cc3451735df24715aa.zip
x86: Enable the queensbay cpu directory build
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/cpu/Makefile1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud