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