]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerTom Rini <trini@ti.com>
Sun, 23 Nov 2014 11:49:02 +0000 (06:49 -0500)
commit37c9940a09d582bb90eed4e59110c388c90f2bf8
tree5941fca8cbe795b534e0ac09488dad05b047b7e3
parent165ecd26f036b1952dbf25823fbff7c0a403a29f
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/Makefile
arch/x86/cpu/coreboot/Makefile