aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-06-02 22:18:23 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-06-16 06:45:19 +0200
commit12858ab216a2f3faf7e37fb5c292b64afff673cf (patch)
tree95abdd47b7f9c6b157556401cb5aeab090c02795 /Makefile
parent268d25f3109f77ef0c61a05078b4762f804e0ba2 (diff)
downloadu-boot-12858ab216a2f3faf7e37fb5c292b64afff673cf.zip
u-boot-12858ab216a2f3faf7e37fb5c292b64afff673cf.tar.gz
u-boot-12858ab216a2f3faf7e37fb5c292b64afff673cf.tar.bz2
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 <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b030f3..444baae 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 \