diff options
| author | Simon Glass <[email protected]> | 2026-06-13 07:05:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-15 12:49:56 -0600 |
| commit | 3ac35afdd2cc73db0ac3911937ce75b58a6f90b8 (patch) | |
| tree | 19b194dfe43940fb770a416abf0d96b4232b2058 /Documentation/devicetree/bindings/timer | |
| parent | 895d3c67cd58fee6815d0e2799ea7d22474accb9 (diff) | |
arm: mxs: Avoid passing FORCE to commands
Commit bd3f9ee679b4 ("kbuild: Bump the build system to 6.1") adds FORCE
as a prerequisite to the if_changed rules here, but the commands use $^
so FORCE leaks in as a stray operand. The dd in cmd_mkalign_mxs fails
(silently, since its stderr is discarded) and the binary is never
aligned, stat in cmd_mkivt_mxs emits an error and cst receives a bogus
argument.
Use $< and $(real-prereqs) instead, which exclude FORCE.
Fixes: bd3f9ee679b4 ("kbuild: Bump the build system to 6.1")
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'Documentation/devicetree/bindings/timer')
0 files changed, 0 insertions, 0 deletions
