7 lines
88 B
Makefile
Raw Normal View History

obj-y += \
driver.o \
encl.o \
ioctl.o \
main.o
obj-$(CONFIG_X86_SGX_KVM) += virt.o