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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user