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
This commit is contained in:
John Baldwin 2020-01-07 21:56:28 +00:00
parent 938acb0869
commit 0840c1db16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356478

View file

@ -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