freebsd-dev/sys/modules/sgx/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

14 lines
274 B
Makefile

.PATH: ${SRCTOP}/sys/amd64/sgx
KMOD= sgx
SRCS= sgx.c sgxvar.h sgx_support.S
SRCS+= opt_hwpmc_hooks.h opt_kstack_pages.h
DPSRCS= assym.inc
sgx_support.o: assym.inc
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}
.include <bsd.kmod.mk>