xref: /freebsd/sys/modules/sgx/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
12164af29SRuslan Bukin.PATH: ${SRCTOP}/sys/amd64/sgx
22164af29SRuslan Bukin
32164af29SRuslan BukinKMOD=	sgx
41d071ce3SEd MasteSRCS=	sgx.c sgxvar.h sgx_support.S
5*6469bdcdSBrooks DavisSRCS+=	opt_hwpmc_hooks.h opt_kstack_pages.h
6fc2a8776SEd MasteDPSRCS=	assym.inc
72164af29SRuslan Bukin
8fc2a8776SEd Mastesgx_support.o:  assym.inc
92164af29SRuslan Bukin	${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
102164af29SRuslan Bukin	    ${.IMPSRC} -o ${.TARGET}
112164af29SRuslan Bukin
122164af29SRuslan Bukin.include <bsd.kmod.mk>
13