]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Correct the rule removing old of-platdata files
authorSimon Glass <sjg@chromium.org>
Wed, 3 Aug 2022 18:08:29 +0000 (12:08 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 10 Aug 2022 17:38:29 +0000 (13:38 -0400)
commit01cd3f9ec9776d8d5a605e92b9866f1fa19b996a
tree7fa30c95387980e79cf9c9519325a761b1cb21d8
parent39f74a37848621b25ee55787f6d80feb8868a5a8
Makefile: Correct the rule removing old of-platdata files

This makes use of makefile variables that don't exist anymore. Fix it and
also remove the object files in that directory.

Also add FORCE as a dependency as required by the if_changed macro.

Fixes ae639183906 ("Makefile: Remove old of-platdata files before regenerating")
Reported-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl