]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: Fix incorrect FORCE deps on env rules
authorSimon Glass <sjg@chromium.org>
Sun, 30 Apr 2023 01:21:45 +0000 (19:21 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 31 May 2023 21:23:01 +0000 (17:23 -0400)
commit36fc832927eba16b175e07c5a42b9d7ab8f5552b
treeee17cf4df5011bd5e517695ef725a7389d5340fc
parent9e3eb4a05fa19031781a44b7458bcf690955d358
Makefile: Fix incorrect FORCE deps on env rules

These rules run on every build even if nothing has changed. The FORCE
dependency is only needed for if_changed, not for cmd. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile