commit | 1b8b22407fda56d57b4808876445ccb192b26ac7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Oct 17 20:38:51 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Oct 31 13:26:44 2013 -0400 |
tree | 4869eb09b77ac759cb1425607b27131f44a9580d | |
parent | 376c5bfc8fefe604719638080b844a26c9a71010 [diff] |
Makefile: support descending down to subdirectories This patch tweaks scripts/Makefile.build to allow the build system to descend into subdirectories like Kbuild. To use this feature, use "obj-y += foo/" syntax. Example: obj-$(CONFIG_FOO) += foo/ Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org>