[PATHv11 39/43] Makefile: add dtbs to clean

Tom Rini trini at konsulko.com
Mon Nov 27 19:17:20 CET 2023


On Mon, Nov 27, 2023 at 06:57:22PM +0600, Maxim Uvarov wrote:

> CI test checks that generated dtb has to be cleaned up.
> 
> Signed-off-by: Maxim Uvarov <maxim.uvarov at linaro.org>
> ---
>  Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 769111bf09..2fc04450c6 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2172,7 +2172,8 @@ CLEAN_FILES += include/autoconf.mk* include/bmp_logo.h include/bmp_logo_data.h \
>  	       itb.fit.fit itb.fit.itb itb.map spl.map mkimage-out.rom.mkimage \
>  	       mkimage.rom.mkimage mkimage-in-simple-bin* rom.map simple-bin* \
>  	       idbloader-spi.img lib/efi_loader/helloworld_efi.S *.itb \
> -	       net/lwip/apps/ping/ping.c
> +	       net/lwip/apps/ping/ping.c \
> +	       ./*/*.dtb *.dtb
>  
>  # Directories & files removed with 'make mrproper'
>  MRPROPER_DIRS  += include/config include/generated spl tpl vpl \

This, and I think a few other parts of the series are general fixes,
and can we put them in a separate series which lwip depends? They're
non-controversial and can be merged easily. Thanks.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20231127/b4908a2e/attachment.sig>


More information about the U-Boot mailing list