We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37d5dd commit ef9485eCopy full SHA for ef9485e
modules/coreboot-blobs
@@ -8,6 +8,5 @@ coreboot-blobs_hash := 43b993915c0f46a77ee7ddaa2dbe47581f399510632c62f2558dff931
8
9
# there is nothing to build for the blobs, this should be
10
# made easier to make happen
11
-coreboot-blobs_output := null
12
-#coreboot-blobs_configure := echo -e 'all:\n\ttouch $(build)/$(coreboot-blobs_dir)/.canary' > Makefile
13
-coreboot-blobs_configure := echo -e 'all:\n\ttouch null' > Makefile
+coreboot-blobs_output := .built
+coreboot-blobs_configure := echo -e 'all:\n\ttouch .built' > Makefile
0 commit comments