From e60ca52b72e518f8394615bdad9cd9c85764caa2 Mon Sep 17 00:00:00 2001 From: "George V. Neville-Neil" Date: Wed, 1 May 2024 13:00:52 -0400 Subject: [PATCH] Out of tree modules should be built with DTrace by default. --- share/examples/modules/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/examples/modules/Makefile b/share/examples/modules/Makefile index 0f0a2fb01e8..bc7f6f6a57a 100644 --- a/share/examples/modules/Makefile +++ b/share/examples/modules/Makefile @@ -4,3 +4,5 @@ KMOD= skel SRCS= skel.c .include + +CFLAGS:= ${CFLAGS:N -DKDTRACE_HOOKS}