Makefile 114 B

12345
  1. obj-$(CONFIG_OPTEE) += optee.o
  2. optee-objs += core.o
  3. optee-objs += call.o
  4. optee-objs += rpc.o
  5. optee-objs += supp.o