]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sgx/Makefile
Update ena-com HAL to v1.1.4.3 and update driver accordingly
[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 assym.s sgx_support.S
7
8 sgx_support.o:  assym.s
9         ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
10             ${.IMPSRC} -o ${.TARGET}
11
12 .include <bsd.kmod.mk>