mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 01:55:29 +07: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
|