Makefile 134 B

12345
  1. # SPDX-License-Identifier: MIT
  2. obj-$(CONFIG_AMDTEE) += amdtee.o
  3. amdtee-objs += core.o
  4. amdtee-objs += call.o
  5. amdtee-objs += shm_pool.o