diff options
| author | Ilias Apalodimas <[email protected]> | 2025-04-13 14:34:26 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-13 08:09:17 -0600 |
| commit | 739ad58dbee874a3ad3bddd116e995212a254e07 (patch) | |
| tree | a9acfb04b3f81f5f19bb31fe9240a081c530f319 /Makefile | |
| parent | 3c9c3d852e00bec72832149f20bae94a2ad100f5 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
