aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-01-07 21:56:28 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-01-07 21:56:28 +0000
commit0840c1db160ab4070ef2da9c34e49486745c483b (patch)
tree4021c2da7c208e93a142ae96ca0c3fcc8dbd2b52 /Makefile
parent938acb08693bff60a85760100409b911f04714b7 (diff)
downloadsrc-0840c1db160ab4070ef2da9c34e49486745c483b.tar.gz
src-0840c1db160ab4070ef2da9c34e49486745c483b.zip
Don't fail universe kernel stage for TARGET_ARCHes without a kernel config.
This fixes a regression in r356418 where the entire universe would fail early due to an undefined make target when a given TARGET_ARCH had no associated kernel configs. This is true for all of the hard-float mips TARGET_ARCHes currently. Pointy hat to: me Reviewed by: emaste MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D23071
Notes
Notes: svn path=/head/; revision=356478
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f02e88632dd1..4ed469a60b95 100644
--- a/Makefile
+++ b/Makefile
@@ -728,6 +728,7 @@ universe_kernconf_${TARGET}_${kernel}: .MAKE
.endfor
.for target_arch in ${TARGET_ARCHES_${TARGET}}
universe_kernconfs: universe_kernconfs_${target_arch} .PHONY
+universe_kernconfs_${target_arch}:
.endfor
.endif # make(universe_kernels)
universe: universe_epilogue