commit | 45e636f41fe84895f49d565a6b3e4dacbce8a1fd | [log] [tgz] |
---|---|---|
author | Tobias Deiminger <tdmg@linutronix.de> | Tue Jun 20 00:41:04 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 07 16:25:56 2023 -0400 |
tree | 82d2ea2aaa5c2ef1170c678b9508329b8c7a93a7 | |
parent | c623642d29be5c8036104351d27cea6b55adf769 [diff] |
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>