summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/build.mk b/common/build.mk
index de4d9def39..8a2cd33cbd 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -208,11 +208,11 @@ endif
else
-# generate a dummy bootblock file
-BOOTBLOCK := $(out)/.dummy-bootblock
+# generate a fake bootblock file
+BOOTBLOCK := $(out)/.fake-bootblock
-.PHONY: $(out)/.dummy-bootblock
-$(out)/.dummy-bootblock:
+.PHONY: $(out)/.fake-bootblock
+$(out)/.fake-bootblock:
@dd if=/dev/zero of=$@ bs=1 count=$(DEFAULT_BOOTBLOCK_SIZE) status=none
endif # BOOTBLOCK