summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2025-04-13 14:34:26 +0300
committerTom Rini <[email protected]>2025-04-13 08:09:17 -0600
commit739ad58dbee874a3ad3bddd116e995212a254e07 (patch)
treea9acfb04b3f81f5f19bb31fe9240a081c530f319 /Makefile
parent3c9c3d852e00bec72832149f20bae94a2ad100f5 (diff)
efi_loader: Moved the generated ESL file to objtree
Tom reports that generating the ESL file we need for authenticated capsule updates fails to work on azure which expects a RO git tree. Move it to $(objtree) Reported-by: Tom Rini <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38f2e2bb72a..73939748e54 100644
--- a/Makefile
+++ b/Makefile
@@ -2231,7 +2231,7 @@ 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 \
- Test* capsule*.*.efi-capsule capsule*.map capsule_esl_file
+ Test* capsule*.*.efi-capsule capsule*.map
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include/generated spl tpl vpl \