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