]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't fail universe kernel stage for TARGET_ARCHes without a kernel config.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 7 Jan 2020 21:56:28 +0000 (21:56 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 7 Jan 2020 21:56:28 +0000 (21:56 +0000)
commit0840c1db160ab4070ef2da9c34e49486745c483b
tree4021c2da7c208e93a142ae96ca0c3fcc8dbd2b52
parent938acb08693bff60a85760100409b911f04714b7
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
Makefile