Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/dtrace/lockstat non working glue.



details:   https://anonhg.NetBSD.org/src/rev/6f4c283d781a
branches:  trunk
changeset: 336630:6f4c283d781a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 08 04:15:22 2015 +0000

description:
non working glue.

diffstat:

 sys/modules/dtrace/lockstat/Makefile |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r b6fed5042a6e -r 6f4c283d781a sys/modules/dtrace/lockstat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/dtrace/lockstat/Makefile      Sun Mar 08 04:15:22 2015 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2015/03/08 04:15:22 christos Exp $
+
+.include "../../Makefile.inc"
+
+.PATH: ${NETBSDSRCDIR}/external/cddl/osnet/dev/lockstat
+
+KMOD=          dtrace_lockstat
+SRCS=          lockstat.c
+
+CPPFLAGS+=     -I${NETBSDSRCDIR}/external/cddl/osnet/sys
+CPPFLAGS+=     -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
+CPPFLAGS+=     -DKDTRACE_HOOKS
+
+.include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index