mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
Makefile,sbom/Makefile.mk: note that make sbom is problematic
Change-Id: Ic7cf27b77cf400470e986959fcca3de076817207 Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
This commit is contained in:
committed by
Michał Żygowski
parent
429213c4d4
commit
68c395a2e6
@@ -90,7 +90,7 @@ help_coreboot help::
|
||||
@echo '*** coreboot platform targets ***'
|
||||
@echo ' Use "make [target] V=1" for extra build debug information'
|
||||
@echo ' all - Build coreboot'
|
||||
@echo ' sbom - Rebuild SBOM (sbom.uswid) from existing build artifacts'
|
||||
@echo ' sbom - Rebuild SBOM (sbom.uswid) from existing build artifacts (FIXME)'
|
||||
@echo ' clean - Remove coreboot build artifacts'
|
||||
@echo ' distclean - Remove build artifacts and config files'
|
||||
@echo ' sphinx - Build sphinx documentation for coreboot'
|
||||
|
||||
@@ -404,4 +404,6 @@ 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,)
|
||||
|
||||
## FIXME: this target doesn't reliably trigger regeneration of sbom.uswid, which
|
||||
## is easy to see by running `make --debug=b sbom` once or twice
|
||||
sbom: $(build-dir)/sbom.uswid
|
||||
|
||||
Reference in New Issue
Block a user