summaryrefslogtreecommitdiffstats
path: root/src/sbom/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbom/Makefile.inc')
-rw-r--r--src/sbom/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbom/Makefile.inc b/src/sbom/Makefile.inc
index b99420e44d8e..21e2fa4e185a 100644
--- a/src/sbom/Makefile.inc
+++ b/src/sbom/Makefile.inc
@@ -85,7 +85,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)
echo " SBOM " $^
$(build-dir)/goswid convert -o $@ \
--parent $(build-dir)/coreboot.json \