x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 13 Nov 2014 03:28:41 +0000 (12:28 +0900)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:24:12 +0000 (07:24 +0100)
commita5eb04db1a8fac8c7691c87cbbb890c8174ab906
tree5a1b515b75375912c51007c4caafcb76be8dd5af
parent727c1a987147bb55ff41ab62f7e01293a38910b8
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>
arch/x86/cpu/coreboot/Makefile