commit | a5eb04db1a8fac8c7691c87cbbb890c8174ab906 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 13 12:28:41 2014 +0900 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:24:12 2014 +0100 |
tree | 5a1b515b75375912c51007c4caafcb76be8dd5af | |
parent | 727c1a987147bb55ff41ab62f7e01293a38910b8 [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>