
Hi Simon,
Can you apply this as a single patch ASAP to fix the build error, please?
Masahiro
On Mon, 24 Nov 2014 21:18:20 -0700 Simon Glass sjg@chromium.org wrote:
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: Simon Glass sjg@chromium.org
Changes in v3:
- Add new patch to add ivybridge directory to Makefile
Changes in v2: None
arch/x86/cpu/Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index 4d3c5ea..7f09db5 100644 --- a/arch/x86/cpu/Makefile +++ b/arch/x86/cpu/Makefile @@ -13,6 +13,8 @@ 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-y += lapic.o obj-$(CONFIG_PCI) += pci.o obj-y += turbo.o -- 2.1.0.rc2.206.gedb03e5
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot