commit | 2a24c33b2e2b4675ac5ca8351931b57f62ec53fc | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 28 12:09:58 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Dec 13 09:17:33 2013 -0500 |
tree | a10a4b5a7ae3a6be8c8fa91a4d3ebbffee7a6494 | |
parent | abb2cebba0b4bb205b9fd71a9b2382ef7f9acbdd [diff] |
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>