aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/profile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/dtrace/profile/Makefile')
-rw-r--r--sys/modules/dtrace/profile/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/dtrace/profile/Makefile b/sys/modules/dtrace/profile/Makefile
new file mode 100644
index 000000000000..b193ee0e3e43
--- /dev/null
+++ b/sys/modules/dtrace/profile/Makefile
@@ -0,0 +1,14 @@
+
+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