xref: /freebsd-13.1/sys/modules/sgx/Makefile (revision 6469bdcd)
12164af29SRuslan Bukin# $FreeBSD$
22164af29SRuslan Bukin
32164af29SRuslan Bukin.PATH: ${SRCTOP}/sys/amd64/sgx
42164af29SRuslan Bukin
52164af29SRuslan BukinKMOD=	sgx
61d071ce3SEd MasteSRCS=	sgx.c sgxvar.h sgx_support.S
7*6469bdcdSBrooks DavisSRCS+=	opt_hwpmc_hooks.h opt_kstack_pages.h
8fc2a8776SEd MasteDPSRCS=	assym.inc
92164af29SRuslan Bukin
10fc2a8776SEd Mastesgx_support.o:  assym.inc
112164af29SRuslan Bukin	${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
122164af29SRuslan Bukin	    ${.IMPSRC} -o ${.TARGET}
132164af29SRuslan Bukin
142164af29SRuslan Bukin.include <bsd.kmod.mk>
15