From 65beb4ed7af6c4bd400283d9dafa4214b4f5be35 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 17 Feb 2008 20:34:35 +0000 Subject: [PATCH] Hook the U-Boot library up to the build. --- sys/boot/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 8d8ffeda6a4..75663dfbf2a 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/}