commit | 530e620f131f9ffd20218d26f4cc5d333b0b1bc8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Nov 20 12:45:56 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Nov 25 10:41:54 2013 -0500 |
tree | 3420a49a7e1c7bb53c2fbae741044cc98e4b676f | |
parent | 8e0ad09fe9644724ab38a6752808ae54a2888fe7 [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>