Makefile (1d071ce340d77e086e2d3ee85de9b68508fe1666) | Makefile (fc2a8776a2f9945f22301cd92ec6d3ac1f817028) |
---|---|
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 | 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 |
8DPSRCS= assym.s | 8DPSRCS= assym.inc |
9 | 9 |
10sgx_support.o: assym.s | 10sgx_support.o: assym.inc |
11 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ 12 ${.IMPSRC} -o ${.TARGET} 13 14.include <bsd.kmod.mk> | 11 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ 12 ${.IMPSRC} -o ${.TARGET} 13 14.include <bsd.kmod.mk> |