Masahiro Yamada
9e4140329e
kbuild: change out-of-tree build
...
This commit changes the working directory
where the build process occurs.
Before this commit, build process occurred under the source
tree for both in-tree and out-of-tree build.
That's why we needed to add $(obj) prefix to all generated
files in makefiles like follows:
$(obj)u-boot.bin: $(obj)u-boot
Here, $(obj) is empty for in-tree build, whereas it points
to the output directory for out-of-tree build.
And our old build system changes the current working directory
with "make -C <sub-dir>" syntax when descending into the
sub-directories.
On the other hand, Kbuild uses a different idea
to handle out-of-tree build and directory descending.
The build process of Kbuild always occurs under the output tree.
When "O=dir/to/store/output/files" is given, the build system
changes the current working directory to that directory and
restarts the make.
Kbuild uses "make -f $(srctree)/scripts/Makefile.build obj=<sub-dir>"
syntax for descending into sub-directories.
(We can write it like "make $(obj)=<sub-dir>" with a shorthand.)
This means the current working directory is always the top
of the output directory.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Tested-by: Gerhard Sittig <gsi@denx.de >
2014-02-19 11:07:50 -05:00
..
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-10 22:23:59 +01:00
2013-12-10 22:23:59 +01:00
2013-12-10 22:23:59 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2014-02-19 11:07:50 -05:00
2013-10-31 13:26:45 -04:00
2014-01-29 16:44:18 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:11 -04:00
2013-11-01 11:42:12 -04:00
2014-01-28 11:25:28 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-17 17:21:14 +01:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:13 -04:00
2013-11-01 11:42:12 -04:00
2014-01-13 11:52:27 +01:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-07 09:16:46 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2014-02-06 04:48:15 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-09 13:21:45 +01:00
2013-12-09 13:21:54 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-02-19 11:07:50 -05:00
2013-11-13 10:19:50 +01:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2013-10-31 13:26:45 -04:00
2013-12-17 18:38:42 +01:00
2013-11-01 11:42:12 -04:00
2013-12-10 22:23:59 +01:00
2013-10-31 13:26:45 -04:00
2013-12-09 13:21:45 +01:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:31 -05:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:21 -05:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-11-17 14:11:32 -05:00
2014-01-24 16:59:07 -05:00
2013-12-09 13:21:45 +01:00
2014-01-24 16:59:21 -05:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2014-02-19 10:46:26 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-03 08:38:49 -08:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:29 -05:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:43 -08:00
2013-11-01 11:42:12 -04:00
2013-11-27 09:39:21 +01:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 15:25:13 -05:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-12-18 18:15:26 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-26 21:49:34 +01:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2014-01-24 16:59:07 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-18 21:14:18 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2014-02-17 14:22:02 -05:00
2013-11-13 06:08:26 +01:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:31 -05:00
2013-11-17 14:11:31 -05:00
2013-11-17 14:11:32 -05:00
2014-01-07 16:41:12 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:21 -05:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-11-13 06:18:17 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2014-02-19 11:07:50 -05:00
2013-11-01 11:42:12 -04:00
2013-12-18 21:14:18 -05:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-09 22:59:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:21 -05:00
2013-11-17 14:11:31 -05:00
2013-11-08 09:41:37 -05:00
2013-10-31 13:26:45 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-20 17:11:39 -05:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2014-01-16 08:07:20 +09:00
2013-12-09 13:21:47 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-02-19 11:07:50 -05:00
2014-01-24 16:59:06 -05:00
2013-11-17 14:11:31 -05:00
2013-11-01 11:42:12 -04:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2013-11-25 11:43:46 -08:00
2014-01-24 16:59:07 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-10-31 13:26:45 -04:00
2013-12-18 21:14:18 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:46 -08:00
2014-01-15 10:33:25 +01:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:32 -05:00
2014-02-07 09:16:46 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:43 -08:00
2013-11-17 14:11:32 -05:00
2014-02-07 08:14:33 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-01 22:38:52 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-12 14:54:21 -05:00
2013-11-01 11:42:12 -04:00
2014-02-19 10:47:45 -05:00
2013-11-01 11:42:12 -04:00
2013-11-17 14:11:31 -05:00
2013-11-01 11:42:12 -04:00
2013-11-25 10:41:53 -05:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-12-17 18:14:21 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2014-01-13 12:39:10 +01:00
2014-01-24 16:59:07 -05:00
2014-01-13 11:52:27 +01:00
2013-11-01 11:42:12 -04:00
2013-11-01 11:42:12 -04:00
2013-11-25 11:43:43 -08:00
2014-02-06 10:08:14 +01:00
2013-11-01 11:42:12 -04:00
2013-11-08 09:41:37 -05:00
2013-11-01 11:42:12 -04:00