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
aa28c8b916
commit
3e73296228
@ -56,9 +56,10 @@ CFLAGS+= -DEFI_DEBUG
|
|||||||
.PATH: ${EFISRC}/libefi
|
.PATH: ${EFISRC}/libefi
|
||||||
CFLAGS+= -I${LDRSRC}
|
CFLAGS+= -I${LDRSRC}
|
||||||
|
|
||||||
.ifndef(NOFAT)
|
FILES= ${BOOT1}.efi
|
||||||
FILES= ${BOOT1}.efi ${BOOT1}.efifat
|
|
||||||
FILESMODE_${BOOT1}.efi= ${BINMODE}
|
FILESMODE_${BOOT1}.efi= ${BINMODE}
|
||||||
|
.ifndef(NOFAT)
|
||||||
|
FILES+= ${BOOT1}.efifat
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
LDSCRIPT= ${EFISRC}/loader/arch/${MACHINE}/ldscript.${MACHINE}
|
LDSCRIPT= ${EFISRC}/loader/arch/${MACHINE}/ldscript.${MACHINE}
|
||||||
|
Loading…
Reference in New Issue
Block a user