cmake: fix log level don't take effect

CFG_TEE_CLIENT_LOG_LEVEL and CFG_TEE_SUPP_LOG_LEVEL have no effect on
DEBUGLEVEL_X when compiling with cmake.

Therefore, modifying the values of CFG_TEE_CLIENT_LOG_LEVEL and
CFG_TEE_SUPP_LOG_LEVEL cannot set the log level.

Signed-off-by: Lejia Zhang zhanlej@gmail.com
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
2 files changed
tree: c7d5d24e92ed27db4ecc8358ce8331cccca96c44
  1. .github/
  2. libckteec/
  3. libseteec/
  4. libteec/
  5. public/
  6. scripts/
  7. tee-supplicant/
  8. .gitattributes
  9. .gitignore
  10. .travis.yml
  11. Android.mk
  12. android_flags.mk
  13. CMakeLists.txt
  14. CMakeToolchain.txt
  15. config.mk
  16. flags.mk
  17. LICENSE
  18. Makefile
  19. README.md
  20. typedefs.checkpatch
README.md

OP-TEE Client API

This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.

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_client.

// OP-TEE core maintainers