linaro-swg / optee_examples

OP-TEE Sample Applications
Other
163 stars 140 forks source link

pluging: add missing of dependency syslog on teec #99

Closed etienne-lms closed 1 year ago

etienne-lms commented 1 year ago

Adds missing dependency of plugins/syslog example on libteec header files that are brought in by libteec. The issue was reported by compiler with the below build error message:

/tmp/optee/optee_examples/plugins/syslog/syslog_plugin.c:8:10: fatal error: tee_plugin_method.h: No such file or directory 8 | #include | ^~~~~

Signed-off-by: Etienne Carriere etienne.carriere@linaro.org

jenswi-linaro commented 1 year ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

etienne-lms commented 1 year ago

Tags applied.