coreboot-kgpe-d16/src
Aaron Durbin 54553d9fc1 vboot: pass correct coreboot include paths
The coreboot include were not being passed correctly when
building vboot_reference. The paths being included were of the
src/<dir> form. However, vboot_reference lives in
src/../vboot_reference. That coupled with the recursive make
call made vboot_reference not see coreboot's header files.
Fix this by appending ../ to coreboot's default include paths.

Change-Id: I73949c6f854ecfce77ac36bb995918d51f91445e
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/2860
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-03-22 00:17:06 +01:00
..
arch coreboot: add vboot_handoff to coreboot tables 2013-03-22 00:16:14 +01:00
console Fix race condition building console code 2013-03-21 22:08:05 +01:00
cpu haswell: Add microcode for ULT C0 stepping 0x40651 2013-03-22 00:17:00 +01:00
device ramstage: prepare for relocation 2013-03-21 18:01:38 +01:00
drivers x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
ec x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
include coreboot: add vboot_handoff to coreboot tables 2013-03-22 00:16:14 +01:00
lib romstage: add support for vboot firmware selection 2013-03-22 00:15:21 +01:00
mainboard haswell boards: support added chromeos function 2013-03-22 00:15:38 +01:00
northbridge haswell: use dynamic cbmem 2013-03-22 00:13:56 +01:00
southbridge romstage: add support for vboot firmware selection 2013-03-22 00:15:21 +01:00
superio x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
vendorcode vboot: pass correct coreboot include paths 2013-03-22 00:17:06 +01:00
Kconfig coreboot: dynamic cbmem requirement 2013-03-22 00:13:42 +01:00