1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/amd64/sgx 4 5KMOD= sgx 6SRCS= sgx.c sgxvar.h assym.s sgx_support.S 7SRCS+= opt_compat.h opt_hwpmc_hooks.h opt_kstack_pages.h 8 9sgx_support.o: assym.s 10 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ 11 ${.IMPSRC} -o ${.TARGET} 12 13.include <bsd.kmod.mk> 14