Hook the U-Boot library up to the build.

This commit is contained in:
Marcel Moolenaar 2008-02-17 20:34:35 +00:00
parent 4ffb7f518d
commit 65beb4ed7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176371

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/}