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