aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader/arch/arm64/Makefile.inc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:24 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:24 +0000
commit1f9ecdf78f7535e19ad1a58c744e3f62f4bc9032 (patch)
treee598ae0cf563647218e958bdbd204c53873ceb82 /sys/boot/efi/loader/arch/arm64/Makefile.inc
parentf933edf086759fa6588307dbf8d4897c7b58fa9d (diff)
downloadsrc-1f9ecdf78f7535e19ad1a58c744e3f62f4bc9032.tar.gz
src-1f9ecdf78f7535e19ad1a58c744e3f62f4bc9032.zip
Remove LOADER_FDT_SUPPORT as a Makefile variable.
LOADER_FDT_SUPPORT was used inconsistently in the tree. In some places, it was used to control whether or not the user wanted FDT included, and in other places it was a command to include support. Remove it entirely. The former is now enabled -DWITH_FDT, while the latter is controlled by Makefiles defining HAVE_FDT. Supported by: Netflix
Notes
Notes: svn path=/head/; revision=325689
Diffstat (limited to 'sys/boot/efi/loader/arch/arm64/Makefile.inc')
-rw-r--r--sys/boot/efi/loader/arch/arm64/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/efi/loader/arch/arm64/Makefile.inc b/sys/boot/efi/loader/arch/arm64/Makefile.inc
index 2ce5af79d0c3..b62ce41c0e27 100644
--- a/sys/boot/efi/loader/arch/arm64/Makefile.inc
+++ b/sys/boot/efi/loader/arch/arm64/Makefile.inc
@@ -1,6 +1,7 @@
# $FreeBSD$
-LOADER_FDT_SUPPORT=yes
+HAVE_FDT=yes
+
SRCS+= exec.c \
start.S