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