diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 19:32:02 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-26 13:08:30 +0000 |
commit | e3a3cc1009f0d45e22164d3845f4dfb9abfb21f4 (patch) | |
tree | 58b8d91db83c80011436d38970b6ab6b4c41e764 /Documentation/sbom/sbom.md | |
parent | d0096c11b2880ccef1791547bb179c69fe3cbddd (diff) |
Documentation: Update Makefile .inc references to .mk
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I464170e60a22f39225044c6794d091455d931e9c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80128
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'Documentation/sbom/sbom.md')
-rw-r--r-- | Documentation/sbom/sbom.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sbom/sbom.md b/Documentation/sbom/sbom.md index c4984f971b..654fe5565e 100644 --- a/Documentation/sbom/sbom.md +++ b/Documentation/sbom/sbom.md @@ -114,7 +114,7 @@ defconfig pointing to your [software-name] generated File. as part of your software's build process. For example in form of a Makefile target. -2. Change src/sbom/Makefile.inc (in order to know where to find the +2. Change src/sbom/Makefile.mk (in order to know where to find the CoSWID/SWID/uSWID file) as well as the Makefile in coreboot which builds said software. For example for GRUB2 that could mean to add a Makefile target in payloads/external/GRUB2/Makefile. |