Fix when NOFAT is defined
We need to add the *efi file to the list of things that get built, even if we're not creating the efifat stuff.
This commit is contained in:
parent
5429f5f309
commit
55de7f3406
@ -56,9 +56,10 @@ CFLAGS+= -DEFI_DEBUG
|
||||
.PATH: ${EFISRC}/libefi
|
||||
CFLAGS+= -I${LDRSRC}
|
||||
|
||||
.ifndef(NOFAT)
|
||||
FILES= ${BOOT1}.efi ${BOOT1}.efifat
|
||||
FILES= ${BOOT1}.efi
|
||||
FILESMODE_${BOOT1}.efi= ${BINMODE}
|
||||
.ifndef(NOFAT)
|
||||
FILES+= ${BOOT1}.efifat
|
||||
.endif
|
||||
|
||||
LDSCRIPT= ${EFISRC}/loader/arch/${MACHINE}/ldscript.${MACHINE}
|
||||
|
Loading…
Reference in New Issue
Block a user