From e6b7e3683e28a1ed20099e2ff433f1dbce57917d Mon Sep 17 00:00:00 2001 From: gtxaspec Date: Wed, 20 Dec 2023 15:49:58 -0800 Subject: [PATCH] add lzop to distclean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5ce36b18..c3d161b3 100644 --- a/Makefile +++ b/Makefile @@ -967,6 +967,7 @@ clobber: tidy @rm -f $(obj)dts/*.tmp @rm -f $(obj)spl/u-boot-spl{,-pad}.ais @rm -f $(obj)u-boot-lzo.img + @rm -f $(obj)u-boot-lzo.bin @rm -f $(obj)u-boot-lzo-with-spl.bin mrproper \