Skip to content

Commit ef9485e

Browse files
committed
rename status file to .built
1 parent f37d5dd commit ef9485e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/coreboot-blobs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ coreboot-blobs_hash := 43b993915c0f46a77ee7ddaa2dbe47581f399510632c62f2558dff931
88

99
# there is nothing to build for the blobs, this should be
1010
# 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
11+
coreboot-blobs_output := .built
12+
coreboot-blobs_configure := echo -e 'all:\n\ttouch .built' > Makefile

0 commit comments

Comments
 (0)