commit | 12ae3471127a40d7551526a3e92ce2530011ab99 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Dec 06 14:44:12 2021 +0300 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 17 09:44:59 2021 -0700 |
tree | a7111ff9c51c9d2d17db5bf06d677fc15711ff8a | |
parent | ef9e762d325865fe3e2a324238c3d221f8f4d405 [diff] |
binman: Do not pollute source tree when build with `make O=...` Importing libraries in Python caches the bytecode by default. Since we run scripts in source tree it ignores the current directory settings, which is $(srctree), and creates cache just in the middle of the source tree. Move cache to the current directory. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>