commit | 20243192a7f7cc31022eadc50c38974855191985 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 13 12:28:41 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Sun Nov 23 06:49:02 2014 -0500 |
tree | 5941fca8cbe795b534e0ac09488dad05b047b7e3 | |
parent | 40e73b1f0e376f442a46a977933aee826a2b02c4 [diff] |
x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory The references of CONFIG_SYS_COREBOOT in arch/x86/cpu/coreboot/Makefile are redundant because the build system descends into the directory only when CONFIG_SYS_COREBOOT is defined. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>