From b791f3fb91d4bbe5ef34d85ef85490253165c12d Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Fri, 14 May 2004 13:34:53 +0000 Subject: [PATCH] Do not attempt to build anything in sys/boot for arm. --- sys/boot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/boot/Makefile b/sys/boot/Makefile index aa2c19c3d24..9c5dc055788 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -11,7 +11,9 @@ SUBDIR+= ofw .endif # Pick the machine-dependent subdir based on the target architecture. +.if ${MACHINE_ARCH} != "arm" SUBDIR+= ${MACHINE:S/amd64/i386/} +.endif # Build ARC / AlphaBIOS executable on the Alpha # (this is a WIP (work in progress)).