From 206203f5301b1bda1ceabcb7ecb7c0eee3e6b07a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 30 Jul 2022 05:01:47 -0600 Subject: [PATCH] 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 --- stand/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stand/Makefile b/stand/Makefile index 1597f6832c07..4d241c623d97 100644 --- a/stand/Makefile +++ b/stand/Makefile @@ -94,3 +94,8 @@ SUBDIR_DEPEND_uboot+= fdt SUBDIR_PARALLEL= yes .include + +# Simplified way to build-test the most important build combinations for the +# loader. +universe: + sh ${SRCTOP}/tools/boot/universe.sh