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>
Showing
- Makefile 1 addition, 1 deletionMakefile
- post/Makefile 5 additions, 7 deletionspost/Makefile
- post/board/lwmon/Makefile 1 addition, 1 deletionpost/board/lwmon/Makefile
- post/board/lwmon5/Makefile 1 addition, 1 deletionpost/board/lwmon5/Makefile
- post/board/netta/Makefile 1 addition, 1 deletionpost/board/netta/Makefile
- post/board/pdm360ng/Makefile 1 addition, 1 deletionpost/board/pdm360ng/Makefile
- post/cpu/mpc83xx/Makefile 1 addition, 1 deletionpost/cpu/mpc83xx/Makefile
- post/cpu/ppc4xx/Makefile 9 additions, 9 deletionspost/cpu/ppc4xx/Makefile
- post/drivers/Makefile 1 addition, 1 deletionpost/drivers/Makefile
- post/lib_powerpc/Makefile 5 additions, 5 deletionspost/lib_powerpc/Makefile
- post/lib_powerpc/fpu/Makefile 9 additions, 9 deletionspost/lib_powerpc/fpu/Makefile
Loading
Please register or sign in to comment