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