diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-03-01 19:50:55 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-03-01 19:50:55 +0000 |
commit | f86dd9968654db056447f7ee0de165b6ab676c54 (patch) | |
tree | 90b8603fe75d23849f8afcc0109c6e526c4b2691 /stand/Makefile.arm | |
parent | 32bd1c2bb38f96c6d37b4c76a139058357e46668 (diff) |
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
Notes
Notes:
svn path=/head/; revision=330248
Diffstat (limited to 'stand/Makefile.arm')
-rw-r--r-- | stand/Makefile.arm | 10 |
1 files changed, 0 insertions, 10 deletions
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 |