summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/checklist/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/checklist/Makefile.inc b/util/checklist/Makefile.inc
index f8e5ebd5e653..e400725609ee 100644
--- a/util/checklist/Makefile.inc
+++ b/util/checklist/Makefile.inc
@@ -182,6 +182,9 @@ percent_complete = $$(($(done_lines) * 100 / ($(expected_lines) - $(optional_lin
#
# Determine which HTML files to include into the webpage
#
+ifeq ($(CONFIG_C_ENVIRONMENT_BOOTBLOCK),y)
+html_table_files += $(objcbfs)/bootblock.html
+endif
ifeq ($(CONFIG_SEPARATE_VERSTAGE),y)
html_table_files += $(objcbfs)/verstage.html
endif