plugins: Honour default cross compiler environment setup

Honour default $(CC), $(CFLAGS) and $(LDFLAGS) variables. Without this
plugins example fails to build for OE/Yocto.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
3 files changed
tree: 89ffd86d3a4b078ebca0872ad3b1fdbf36506d69
  1. acipher/
  2. aes/
  3. hello_world/
  4. hotp/
  5. plugins/
  6. random/
  7. secure_storage/
  8. .gitignore
  9. Android.mk
  10. CMakeLists.txt
  11. CMakeToolchain.txt
  12. LICENSE
  13. Makefile
  14. README.md
README.md

OP-TEE Sample Applications

This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.

// OP-TEE core maintainers