mk/gnu_build.mk: declare .tar as BUILD_ARTIFACTS

This way, run scripts using GNU build targets can use the result of
[build_artifact] for the 'build_boot_image' step.
This commit is contained in:
Norman Feske 2023-06-09 10:02:04 +02:00
parent d7440a8b1c
commit 57b66987dd

View File

@ -216,6 +216,7 @@ $(TARGET): installed.tag
# Trigger creation of symlinks to the build results at '<build-dir>/bin/'
#
ifneq ($(INSTALL_TAR_ARCHIVE),)
BUILD_ARTIFACTS := $(addsuffix .tar,$(TARGET))
$(TARGET): installed_tar.tag
endif