]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sgx/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / sys / modules / sgx / Makefile
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>