projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a82ec7
)
x86: Add ivybridge directory to Makefile
author
Simon Glass
<sjg@chromium.org>
Tue, 25 Nov 2014 04:18:20 +0000
(21:18 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 25 Nov 2014 13:33:56 +0000
(06:33 -0700)
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>
arch/x86/cpu/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/Makefile
b/arch/x86/cpu/Makefile
index 2b9e9b9cf07f0996650f4c16b1c36aa13e579206..818969fb0298055dff97820dbb8450ce8f08e848 100644
(file)
--- a/
arch/x86/cpu/Makefile
+++ b/
arch/x86/cpu/Makefile
@@
-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