commit | 588751a1ca7cc821d3604b67222f75b7f42aeecf | [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 | 543bb148f421effda1be65ddbd74eea852886488 [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>