2017-08-16 10:38:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${SRCTOP}/sys/amd64/sgx
|
|
|
|
|
|
|
|
KMOD= sgx
|
2018-03-16 13:33:42 +00:00
|
|
|
SRCS= sgx.c sgxvar.h sgx_support.S
|
2018-04-06 17:35:35 +00:00
|
|
|
SRCS+= opt_hwpmc_hooks.h opt_kstack_pages.h
|
2018-03-20 17:58:51 +00:00
|
|
|
DPSRCS= assym.inc
|
2017-08-16 10:38:06 +00:00
|
|
|
|
2018-03-20 17:58:51 +00:00
|
|
|
sgx_support.o: assym.inc
|
2017-08-16 10:38:06 +00:00
|
|
|
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
|
|
|
|
${.IMPSRC} -o ${.TARGET}
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|