Commit 56a6867b authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'optee-tracepoints-fix-for-v5.13' of...

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: default avatarArnd Bergmann <arnd@arndb.de>
parents 10f765d6 7ccdcaac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)