diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/checklist/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/checklist/Makefile.inc b/util/checklist/Makefile.inc index f8e5ebd5e6..e400725609 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 |