Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SystemReady
u-boot-tfa-build
Commits
03623de2
Commit
03623de2
authored
Aug 12, 2020
by
Grant Likely
Browse files
Add status of OPTEE and StMM builds to "make info"
Signed-off-by:
Grant Likely
<
grant.likely@arm.com
>
parent
6c987f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
top.mk
View file @
03623de2
...
@@ -156,6 +156,8 @@ info:
...
@@ -156,6 +156,8 @@ info:
@
echo '
Derived Config:
'
@
echo '
Derived Config:
'
@
echo '
TFA_PLAT
=
$(TFA_PLAT)
'
@
echo '
TFA_PLAT
=
$(TFA_PLAT)
'
@
echo '
FLASH_IMAGE
=
$(FLASH_IMAGE)
'
@
echo '
FLASH_IMAGE
=
$(FLASH_IMAGE)
'
@
echo " USE_OPTEE=
$(USE_OPTEE)
# Build OPTEE if '
y
'"
@
echo " USE_STMM=
$(USE_STMM)
# Builds Standalone MM if '
y
'"
@
echo '
Included platform configuration files:
'
@
echo '
Included platform configuration files:
'
@
$(
foreach
inc,
$(
wildcard
$(INCLUDE_MK)
)
, echo '
$(inc)
';
)
@
$(
foreach
inc,
$(
wildcard
$(INCLUDE_MK)
)
, echo '
$(inc)
';
)
else
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment