]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Kbuild: Fix cleanup of VPL
authorTobias Deiminger <tdmg@linutronix.de>
Mon, 19 Jun 2023 22:41:04 +0000 (00:41 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jul 2023 20:25:56 +0000 (16:25 -0400)
commit45e636f41fe84895f49d565a6b3e4dacbce8a1fd
tree82d2ea2aaa5c2ef1170c678b9508329b8c7a93a7
parentc623642d29be5c8036104351d27cea6b55adf769
Kbuild: Fix cleanup of VPL

VPL artifacts like example vpl/u-boot-vpl are currently not removed by
'make clean'.

We can clean them just as it's already done for SPL and TPL.

Fixes: f86ca5ad8f78 ("Introduce Verifying Program Loader (VPL)")
Signed-off-by: Tobias Deiminger <tdmg@linutronix.de>
Makefile