From a1f26cebf010f2d10ae24404da89be8f8544f922 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 10 Aug 2006 06:29:43 +0000 Subject: [PATCH] Don't need to special case arm here anymore --- sys/Makefile | 2 -- sys/boot/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index 351518d3cdd1..8636e2521840 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -4,10 +4,8 @@ # The boot loader .if ${MK_BOOT} != "no" -.if ${MACHINE_ARCH} != "arm" SUBDIR= boot .endif -.endif # Directories to include in cscope name file and TAGS. CSCOPEDIRS= coda compat conf contrib crypto ddb dev fs geom gnu i4b isa \ diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 80ae36dc9811..bbb0ef8da5f2 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -17,9 +17,7 @@ SUBDIR+= efi SUBDIR+= ofw .endif -.if ${MACHINE_ARCH} != "arm" # Pick the machine-dependent subdir based on the target architecture. SUBDIR+= ${MACHINE:S/amd64/i386/} -.endif .include