Home
last modified time | relevance | path

Searched hist:ad420282e211cb5156691df0bcc7d9946bf4553c (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/api/
H A DMakefilead420282e211cb5156691df0bcc7d9946bf4553c Wed Nov 20 03:45:56 UTC 2013 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>