From: Heinrich Schuchardt Date: Fri, 2 Jun 2023 20:18:23 +0000 (+0200) Subject: Makefile: clean lib/efi_loader/helloworld_efi.S X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=12858ab216a2f3faf7e37fb5c292b64afff673cf;p=u-boot.git Makefile: clean lib/efi_loader/helloworld_efi.S lib/efi_loader/helloworld_efi.S is a generated file and shall be removed by 'make clean'. Signed-off-by: Heinrich Schuchardt --- diff --git a/Makefile b/Makefile index 8b030f31be..444baaefd0 100644 --- a/Makefile +++ b/Makefile @@ -2160,7 +2160,7 @@ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \ mkimage-out.spl.mkimage mkimage.spl.mkimage imx-boot.map \ itb.fit.fit itb.fit.itb itb.map spl.map mkimage-out.rom.mkimage \ mkimage.rom.mkimage rom.map simple-bin.map simple-bin-spi.map \ - idbloader-spi.img + idbloader-spi.img lib/efi_loader/helloworld_efi.S # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config include/generated spl tpl \