Visit the efi subdirectory before we visit the machine-specific

subdirectory so that the library built there can be used by the
machine specific boot code.
This commit is contained in:
marcel 2004-11-23 05:52:00 +00:00
parent 0daeca7c37
commit c527877dbc

View File

@ -5,6 +5,11 @@
SUBDIR+= ficl
.endif
# Build EFI library.
.if ${MACHINE_ARCH} == "ia64"
SUBDIR+= efi
.endif
# Build Open Firmware library.
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
SUBDIR+= ofw
@ -19,9 +24,4 @@ SUBDIR+= ${MACHINE:S/amd64/i386/}
#SUBDIR+= arc
#.endif
# Build EFI executable on ia64.
.if ${MACHINE_ARCH} == "ia64"
SUBDIR+= efi
.endif
.include <bsd.subdir.mk>