Makefile 88 B

123456
  1. obj-y += \
  2. driver.o \
  3. encl.o \
  4. ioctl.o \
  5. main.o
  6. obj-$(CONFIG_X86_SGX_KVM) += virt.o