[PATCH v2] make: check if DTC variable is an absolute path

2023-10-19 Thread Richard Marko
, so the dependency is satisfied. This was introduced by commit d50af66 kbuild: add dtc as dependency on .dtb file This patch checks that DTC is an absolute path and fails early if not. We also replace `which` in `scripts/dtc-version.sh` with POSIXy `command -v`. Signed-off-by: Richard Marko

[PATCH] kbuild: use which $(DTC) as a dependency

2023-10-17 Thread Richard Marko
, so the dependency is satisfied. This was introduced by commit d50af66 kbuild: add dtc as dependency on .dtb files and we extend it so it calls which automatically (similar to scripts/dtc-version.sh) Signed-off-by: Richard Marko --- scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion