Commit 240a79d95cc13bdeb02af5cc3451735df24715aa

Authored by Bin Meng
Committed by Simon Glass
1 parent b71eec3129

x86: Enable the queensbay cpu directory build

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/x86/cpu/Makefile
... ... @@ -15,6 +15,7 @@
15 15 obj-$(CONFIG_SYS_COREBOOT) += coreboot/
16 16 obj-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) += ivybridge/
17 17 obj-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += ivybridge/
  18 +obj-$(CONFIG_INTEL_QUEENSBAY) += queensbay/
18 19 obj-y += lapic.o
19 20 obj-$(CONFIG_PCI) += pci.o
20 21 obj-y += turbo.o