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