aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-03-01 19:59:49 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-03-01 19:59:49 +0000
commit27132543a0fe64f384312beb6bc3ed3964cba926 (patch)
tree8c702cd1c4ee559dae743ef94a0ab964a918c01f /stand/efi/Makefile
parentf86dd9968654db056447f7ee0de165b6ab676c54 (diff)
downloadsrc-27132543a0fe64f384312beb6bc3ed3964cba926.tar.gz
src-27132543a0fe64f384312beb6bc3ed3964cba926.zip
stand: Makefile SUBDIR cleanup
Use SUBDIR.${MK_*} where appropriate. r330248 eliminated most of the offenders, sweep the rest under the rug. Differential Revision: https://reviews.freebsd.org/D14545
Notes
Notes: svn path=/head/; revision=330249
Diffstat (limited to 'stand/efi/Makefile')
-rw-r--r--stand/efi/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/stand/efi/Makefile b/stand/efi/Makefile
index bf37fccff666..91dcb2b6b401 100644
--- a/stand/efi/Makefile
+++ b/stand/efi/Makefile
@@ -8,10 +8,7 @@ NO_OBJ=t
# than 4.5 supports it.
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
-.if ${MK_FDT} != "no"
-SUBDIR+= fdt
-.endif
-
+SUBDIR.${MK_FDT}+= fdt
SUBDIR+= libefi loader boot1
.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500