rename status file to .built

This commit is contained in:
Trammell Hudson 2016-08-03 08:40:04 -04:00
parent f37d5dd171
commit ef9485e9bc
Failed to extract signature

View File

@ -8,6 +8,5 @@ coreboot-blobs_hash := 43b993915c0f46a77ee7ddaa2dbe47581f399510632c62f2558dff931
# there is nothing to build for the blobs, this should be
# made easier to make happen
coreboot-blobs_output := null
#coreboot-blobs_configure := echo -e 'all:\n\ttouch $(build)/$(coreboot-blobs_dir)/.canary' > Makefile
coreboot-blobs_configure := echo -e 'all:\n\ttouch null' > Makefile
coreboot-blobs_output := .built
coreboot-blobs_configure := echo -e 'all:\n\ttouch .built' > Makefile