Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
60bb5258
Unverified
Commit
60bb5258
authored
Mar 21, 2018
by
davidcunado-arm
Committed by
GitHub
Mar 21, 2018
Browse files
Merge pull request #1294 from iwishguo/master
Change PLATFORM_ROOT to TF_PLATFORM_ROOT
parents
6d8db46b
7d9ee7e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
make_helpers/plat_helpers.mk
View file @
60bb5258
...
...
@@ -15,14 +15,14 @@ ifndef PLAT_HELPERS_MK
$(error "Error
:
Unknown platform. Please use PLAT=<platform name> to specify the platform")
endif
# PLATFORM_ROOT can be overridden for when building tools directly
PLATFORM_ROOT
?=
plat/
#
TF_
PLATFORM_ROOT can be overridden for when building tools directly
TF_
PLATFORM_ROOT
?=
plat/
PLAT_MAKEFILE
:=
platform.mk
# Generate the platforms list by recursively searching for all directories
# under /plat containing a PLAT_MAKEFILE. Append each platform with a `|`
# char and strip out the final '|'.
ALL_PLATFORM_MK_FILES
:=
$(
call
rwildcard,
${PLATFORM_ROOT}
,
${PLAT_MAKEFILE}
)
ALL_PLATFORM_MK_FILES
:=
$(
call
rwildcard,
${
TF_
PLATFORM_ROOT}
,
${PLAT_MAKEFILE}
)
ALL_PLATFORM_DIRS
:=
$(
patsubst
%/,%,
$(
dir
${ALL_PLATFORM_MK_FILES}
))
ALL_PLATFORMS
:=
$(
sort
$(
notdir
${ALL_PLATFORM_DIRS}
))
...
...
tools/cert_create/Makefile
View file @
60bb5258
...
...
@@ -35,7 +35,7 @@ PLAT_INCLUDE := ../../include/tools_share
else
PLAT_MSG
:=
${PLAT}
PLATFORM_ROOT
:=
../../plat/
TF_
PLATFORM_ROOT
:=
../../plat/
include
${MAKE_HELPERS_DIRECTORY}plat_helpers.mk
PLAT_INCLUDE
:=
$(
wildcard
${PLAT_DIR}
include
)
...
...
Write
Preview
Markdown
is supported
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