xref: /freebsd-14.2/sys/modules/sgx/Makefile (revision 031beb4e)
12164af29SRuslan Bukin
22164af29SRuslan Bukin.PATH: ${SRCTOP}/sys/amd64/sgx
32164af29SRuslan Bukin
42164af29SRuslan BukinKMOD=	sgx
51d071ce3SEd MasteSRCS=	sgx.c sgxvar.h sgx_support.S
6*6469bdcdSBrooks DavisSRCS+=	opt_hwpmc_hooks.h opt_kstack_pages.h
7fc2a8776SEd MasteDPSRCS=	assym.inc
82164af29SRuslan Bukin
9fc2a8776SEd Mastesgx_support.o:  assym.inc
102164af29SRuslan Bukin	${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
112164af29SRuslan Bukin	    ${.IMPSRC} -o ${.TARGET}
122164af29SRuslan Bukin
132164af29SRuslan Bukin.include <bsd.kmod.mk>
14