Skip to content
Snippets Groups Projects
Commit 2f6d42b9 authored by Simon Glass's avatar Simon Glass
Browse files

x86: Add ivybridge directory to Makefile


It is now required to add subdirectories in the x86 cpu Makefile. Add this
to fix a build breakage for chromebook_link.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 2a82ec77
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,6 @@ obj-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o
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_PCI) += pci.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment