summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/timer
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2026-06-13 07:05:13 -0600
committerTom Rini <[email protected]>2026-06-15 12:49:56 -0600
commit3ac35afdd2cc73db0ac3911937ce75b58a6f90b8 (patch)
tree19b194dfe43940fb770a416abf0d96b4232b2058 /Documentation/devicetree/bindings/timer
parent895d3c67cd58fee6815d0e2799ea7d22474accb9 (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