From f86dd9968654db056447f7ee0de165b6ab676c54 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 1 Mar 2018 19:50:55 +0000 Subject: Create LOADER_UBOOT, and LOADER_OFW. Move these options out of Makefile.${MACHINE_ARCH} and remove the now-empty files. Generate the *32 directories on the necessary architectures (well, currently only amd64) on the fly. Remove LOADER_EFI variable and co-locate it with EFI. Differential Review: https://reviews.freebsd.org/D14546 --- stand/Makefile.arm | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 stand/Makefile.arm (limited to 'stand/Makefile.arm') diff --git a/stand/Makefile.arm b/stand/Makefile.arm deleted file mode 100644 index afd3319e48a1..000000000000 --- a/stand/Makefile.arm +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -.if ${MK_FDT} != "no" -SUBDIR+= fdt -.endif -.if ${MK_ZFS} != "no" -SUBDIR+= zfs -.endif - -SUBDIR+= uboot -- cgit v1.2.3