aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2008-10-14 10:11:14 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2008-10-14 10:11:14 +0000
commit0ed948780cc3e9d5c44a0d3fc97d2b5243ce2815 (patch)
tree94686d1eac378d2739cca0ac82d224e003a620c6 /sys/boot/Makefile
parent4d25037efd59dcafcea6f459e1a73466703d22d5 (diff)
Notes
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index dfd266e25285..1af14577652e 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -22,7 +22,7 @@ SUBDIR+= ofw
.endif
# Build U-Boot library.
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "arm"
SUBDIR+= uboot
.endif