diff options
author | Arnd Bergmann <[email protected]> | 2021-04-01 11:51:40 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-04-01 16:38:47 +0200 |
commit | 56a6867beecf06b81348b79be19afd12b1f9ae2f (patch) | |
tree | 58ac5be8468466282f3420476e74d92700d030fe | |
parent | 10f765d68ba218fc0125b0193a058c82cc3b481d (diff) | |
parent | 7ccdcaace80810175bd20b2ece856b42edd43991 (diff) |
Merge tag 'optee-tracepoints-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Fixes build error for recently added OP-TEE tracepoints
* tag 'optee-tracepoints-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee:
tee: optee: fix build error caused by recent optee tracepoints feature
Link: https://lore.kernel.org/r/20210330082208.GA965793@jade
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | drivers/tee/optee/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tee/optee/Makefile b/drivers/tee/optee/Makefile index 56263ae3b1d7..3aa33ea9e6a6 100644 --- a/drivers/tee/optee/Makefile +++ b/drivers/tee/optee/Makefile @@ -6,3 +6,6 @@ optee-objs += rpc.o optee-objs += supp.o optee-objs += shm_pool.o optee-objs += device.o + +# for tracing framework to find optee_trace.h +CFLAGS_call.o := -I$(src) |