From 90fc99220c0342f896367fd01d2edd10dab0d311 Mon Sep 17 00:00:00 2001 From: cognet Date: Fri, 14 May 2004 13:34:53 +0000 Subject: Do not attempt to build anything in sys/boot for arm. --- sys/boot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/boot/Makefile') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index aa2c19c..9c5dc05 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)). -- cgit v1.1