summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aaf84db2..2b630b32 100644
--- a/Makefile
+++ b/Makefile
@@ -522,13 +522,13 @@ NEED_BL1 := yes
include bl1/bl1.mk
endif
-# For AArch32, BL31 is not applicable, and BL2 & BL2U are not supported at present.
-ifneq (${ARCH},aarch32)
ifdef BL2_SOURCES
NEED_BL2 := yes
include bl2/bl2.mk
endif
+# For AArch32, BL31 is not applicable, and BL2U is not supported at present.
+ifneq (${ARCH},aarch32)
ifdef BL2U_SOURCES
NEED_BL2U := yes
include bl2u/bl2u.mk