diff -drupN a/drivers/tee/optee/Makefile b/drivers/tee/optee/Makefile --- a/drivers/tee/optee/Makefile 1970-01-01 03:00:00.000000000 +0300 +++ b/drivers/tee/optee/Makefile 2022-06-12 05:28:14.000000000 +0300 @@ -0,0 +1,7 @@ +obj-$(CONFIG_OPTEE) += optee.o +optee-objs += core.o +optee-objs += call.o +optee-objs += rpc.o +optee-objs += supp.o +optee-objs += shm_pool.o +optee-objs += bench.o