Hook the U-Boot library up to the build.

This commit is contained in:
marcel 2008-02-17 20:34:35 +00:00
parent ec7591cdfb
commit 670a5fae66

View File

@ -17,6 +17,11 @@ SUBDIR+= efi
SUBDIR+= ofw
.endif
# Build U-Boot library.
.if ${MACHINE_ARCH} == "powerpc"
SUBDIR+= uboot
.endif
# Pick the machine-dependent subdir based on the target architecture.
SUBDIR+= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}