Makefile 129 B

12345
  1. obj-$(CONFIG_TEE) += tee.o
  2. tee-objs += tee_core.o
  3. tee-objs += tee_shm.o
  4. tee-objs += tee_shm_pool.o
  5. obj-$(CONFIG_OPTEE) += optee/