opnsense-src/sys/modules/dtrace/profile/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
237 B
Makefile
Raw Permalink Normal View History

SYSDIR?= ${SRCTOP}/sys
.PATH: ${SYSDIR}/cddl/dev/profile
KMOD= profile
SRCS= profile.c
SRCS+= vnode_if.h
CFLAGS+= ${OPENZFS_CFLAGS}
.include <bsd.kmod.mk>
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h