From c527877dbc142d39ca44c1864bf6101da28109af Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 23 Nov 2004 05:52:00 +0000 Subject: 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. --- sys/boot/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/boot/Makefile') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 2fc9e02..5a720e8 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -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 -- cgit v1.1