]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
post: descend only when CONFIG_HAS_POST is defined
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 28 Nov 2013 03:09:58 +0000 (12:09 +0900)
committerTom Rini <trini@ti.com>
Fri, 13 Dec 2013 14:17:33 +0000 (09:17 -0500)
commit755e08f0e56c014c106b88b8618de2c1987f393b
treea10a4b5a7ae3a6be8c8fa91a4d3ebbffee7a6494
parent8e9a6cb169ff21132ef4b56b6399419e1034da4c
post: descend only when CONFIG_HAS_POST is defined

All objects under post/ directory are enabled by CONFIG_HAS_POST.
(post/tests.o is enabled by CONFIG_POST_STD_LIST.
But CONFIG_POST_STD_LIST depends on CONFIG_HAS_POST.)

We can move CONFIG_HAS_POST switch to the top Makefile.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
post/Makefile
post/board/lwmon/Makefile
post/board/lwmon5/Makefile
post/board/netta/Makefile
post/board/pdm360ng/Makefile
post/cpu/mpc83xx/Makefile
post/cpu/ppc4xx/Makefile
post/drivers/Makefile
post/lib_powerpc/Makefile
post/lib_powerpc/fpu/Makefile