diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |