stand: Add a helper 'universe' target

Add a shortcut for invokging ${SRCTOP}/tools/boot/universe.sh by
creating a 'universe' target in src/stand. This will make it easier to
test out all the different combinations of boot loaders that we build.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-07-30 05:01:47 -06:00
parent 2101541ff1
commit 206203f530

View File

@ -94,3 +94,8 @@ SUBDIR_DEPEND_uboot+= fdt
SUBDIR_PARALLEL= yes
.include <bsd.subdir.mk>
# Simplified way to build-test the most important build combinations for the
# loader.
universe:
sh ${SRCTOP}/tools/boot/universe.sh