diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 8d8ffeda6a4c..75663dfbf2ae 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -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/}