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