mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
16 lines
276 B
Makefile
16 lines
276 B
Makefile
|
|
SYSDIR?= ${SRCTOP}/sys
|
|
|
|
.PATH: ${SYSDIR}/cddl/dev/systrace
|
|
|
|
KMOD= systrace_linux32
|
|
|
|
SRCS= systrace.c
|
|
SRCS+= vnode_if.h
|
|
|
|
CFLAGS+= ${OPENZFS_CFLAGS}
|
|
CFLAGS+= -DLINUX32_SYSTRACE
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
|