summaryrefslogtreecommitdiff
path: root/tools/binman/etype/blob_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/blob_ext.py')
-rw-r--r--tools/binman/etype/blob_ext.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/etype/blob_ext.py b/tools/binman/etype/blob_ext.py
index 51779c88c9..8d641001a9 100644
--- a/tools/binman/etype/blob_ext.py
+++ b/tools/binman/etype/blob_ext.py
@@ -34,5 +34,6 @@ class Entry_blob_ext(Entry_blob):
# Allow the file to be missing
if not self._pathname:
self.SetContents(b'')
+ self.missing = True
return True
return super().ObtainContents()