mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 13:55:08 +08:00
6 lines
114 B
Makefile
6 lines
114 B
Makefile
|
obj-$(CONFIG_OPTEE) += optee.o
|
||
|
optee-objs += core.o
|
||
|
optee-objs += call.o
|
||
|
optee-objs += rpc.o
|
||
|
optee-objs += supp.o
|