summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-25 04:18:15 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-25 13:34:11 (GMT)
commit0c9075e9ad21caa43c524288d7def9e8b081fa11 (patch)
tree6a5dfa7abd5ac5747acbc34f659371116e2d8ef2 /arch/x86/cpu/Makefile
parentb636dd1079fcdd55a38412afacb2be91a82cce1e (diff)
downloadu-boot-fsl-qoriq-0c9075e9ad21caa43c524288d7def9e8b081fa11.tar.xz
x86: Add LAPIC setup code
Add code to set up the Local Advanced Peripheral Interrupt Controller. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/Makefile')
-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 3839262..7f09db5 100644
--- a/arch/x86/cpu/Makefile
+++ b/arch/x86/cpu/Makefile
@@ -15,5 +15,6 @@ 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-y += lapic.o
obj-$(CONFIG_PCI) += pci.o
obj-y += turbo.o