stand/efi: Clean the proper files

Need to clean the specific loader we build, not the generic loader.efi

Reviewed by: imp
This commit is contained in:
Guido van Rooij 2022-09-15 09:10:20 -06:00 committed by Warner Losh
parent 1e8a0a3053
commit 0f97a0d425

View File

@ -105,7 +105,7 @@ LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -pie
LDFLAGS+= -Wl,--no-dynamic-linker
.endif
CLEANFILES+= loader.efi
CLEANFILES+= ${LOADER}.efi
${LOADER}.efi: ${PROG}
if ${NM} ${.ALLSRC} | grep ' U '; then \