Skip to content

Commit 4915088

Browse files
author
Herton R. Krzesinski
committed
Merge: missing tee/optee and lib/test_scanf commits for CS9
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2005 These are commits that were in RHEL-8 but not CS9 Bugzilla: https://bugzilla.redhat.com/2166659 Signed-off-by: Chris von Recklinghausen <crecklin@redhat.com> Approved-by: Wander Lairson Costa <wander@redhat.com> Approved-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents f7d56c8 + 0aff8c2 commit 4915088

File tree

10 files changed

+1608
-1409
lines changed

10 files changed

+1608
-1409
lines changed

drivers/tee/optee/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ optee-objs += core.o
44
optee-objs += call.o
55
optee-objs += rpc.o
66
optee-objs += supp.o
7-
optee-objs += shm_pool.o
87
optee-objs += device.o
8+
optee-objs += smc_abi.o
99

1010
# for tracing framework to find optee_trace.h
11-
CFLAGS_call.o := -I$(src)
11+
CFLAGS_smc_abi.o := -I$(src)

0 commit comments

Comments
 (0)