mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
src/sbom: guarantee left-to-right processing
Upstream-Status: Pending Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
This commit is contained in:
committed by
Sergii Dmytruk
parent
71451b9ddc
commit
cf7f668ef1
@@ -132,7 +132,7 @@ endif
|
||||
|
||||
## Build final SBOM (Software Bill of Materials) file in uswid format
|
||||
|
||||
$(build-dir)/sbom.uswid: $(build-dir)/coreboot.json $$(swid-files-y) $(swid-files-compiler) | $(build-dir)/goswid $(build-dir)
|
||||
$(build-dir)/sbom.uswid: $(build-dir)/coreboot.json $$(swid-files-y) $(swid-files-compiler) | $(build-dir)/goswid $(build-dir) sbom-acm-clean
|
||||
echo " SBOM " $^
|
||||
$(build-dir)/goswid convert -o $@ \
|
||||
--parent $(build-dir)/coreboot.json \
|
||||
@@ -393,4 +393,4 @@ sbom-acm-clean:
|
||||
$(if $(CONFIG_SBOM_BIOS_ACM_GENERATE),rm -f $(build-dir)/intel-bios-acm.json,)
|
||||
$(if $(CONFIG_SBOM_SINIT_ACM_GENERATE),rm -f $(build-dir)/intel-sinit-acm.json,)
|
||||
|
||||
sbom: sbom-acm-clean $(build-dir)/sbom.uswid
|
||||
sbom: $(build-dir)/sbom.uswid
|
||||
|
||||
Reference in New Issue
Block a user