aboutsummaryrefslogtreecommitdiff
path: root/bl1/bl1.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bl1/bl1.mk')
-rw-r--r--bl1/bl1.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/bl1/bl1.mk b/bl1/bl1.mk
index a19a3307..21e87c79 100644
--- a/bl1/bl1.mk
+++ b/bl1/bl1.mk
@@ -38,5 +38,8 @@ BL1_SOURCES += bl1/bl1_main.c \
lib/cpus/aarch64/cpu_helpers.S \
plat/common/plat_bl1_common.c
+ifeq (${TRUSTED_BOARD_BOOT},1)
+BL1_SOURCES += bl1/bl1_fwu.c
+endif
BL1_LINKERFILE := bl1/bl1.ld.S