diff options
| author | Rafal Jaworowski <raj@FreeBSD.org> | 2008-10-14 10:11:14 +0000 |
|---|---|---|
| committer | Rafal Jaworowski <raj@FreeBSD.org> | 2008-10-14 10:11:14 +0000 |
| commit | 0ed948780cc3e9d5c44a0d3fc97d2b5243ce2815 (patch) | |
| tree | 94686d1eac378d2739cca0ac82d224e003a620c6 /sys/boot/Makefile | |
| parent | 4d25037efd59dcafcea6f459e1a73466703d22d5 (diff) | |
Notes
Diffstat (limited to 'sys/boot/Makefile')
| -rw-r--r-- | sys/boot/Makefile | 2 |
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 |
