commit | 8a7e7d5697a8b14ec02731d003bed89b1c54dfb7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Nov 18 11:08:35 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Nov 25 10:41:53 2013 -0500 |
tree | c6c8656dcdcb4026f8b779075e96542b164e1667 | |
parent | fdb87049d861d92093b382622c9e528405c727f9 [diff] |
Makefile: descend into subdirectories only when CONFIG_API is defined All objects under api/ and examples/api/ directories are selected by CONFIG_API. So we can move CONFIG_API switch to the top Makefile. In order to use CONFIG_API, the definition of SUBDIR_EXAMPLES-y must be moved after "sinlude $(obj)include/autoconf.mk". Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>