Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move platform-specific flags to their own files, use them in TA dev kit #165

Merged
1 commit merged into from
Jan 6, 2015

Conversation

jforissier
Copy link
Contributor

Platform-specific flags that do not apply only to the TEE core are removed
from core/arch/$(ARCH)plat-$(PLATFORM)/conf.mk. They are moved to a new file:
mk/arch/$(ARCH)/plat-$(PLATFORM)/platform_flags.mk.

This file is used by ta/mk/ta_dev_kit.mk so that the Trusted Applications
are built with the same flags used when building the user-mode TEE code.

Signed-off-by: Jerome Forissier jerome.forissier@linaro.org

@jbech-linaro
Copy link
Contributor

Please wait and merge this PR, see my e-mail sent internally for details.

Platform-specific flags that apply to user-mode code are moved from
from core/arch/$(ARCH)/plat-$(PLATFORM)/conf.mk to a new file:
core/arch/$(ARCH)/plat-$(PLATFORM)/platform_flags.mk.

This file is used by ta/mk/ta_dev_kit.mk so that the Trusted Applications
are built with the same flags used when building the user-mode TEE code.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
@ghost ghost merged commit 3bce5ba into OP-TEE:master Jan 6, 2015
@jforissier jforissier deleted the ta-dev-kit branch January 9, 2015 17:09
@jforissier jforissier restored the ta-dev-kit branch January 16, 2015 15:42
@jforissier jforissier deleted the ta-dev-kit branch January 16, 2015 15:43
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants