commit | 6f64b60ce89cd577485f722d5114cba1ab8a0e61 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Dec 06 14:44:13 2021 +0300 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 17 09:44:59 2021 -0700 |
tree | 4f37ddf8c4939f8b10d7d07805ea3e943c5e4896 | |
parent | 12ae3471127a40d7551526a3e92ce2530011ab99 [diff] |
binman: Use less hard coded magic when inserting new PATH Instead of joining hard coded '..' to the run-time path of the executable, take just a dirname out of it. Besides that, use $(srctree) where it makes sense. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>