2008-05-16 22:31:19 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
SYSDIR?= ${SRCTOP}/sys
|
2014-03-05 20:59:13 -05:00
|
|
|
|
|
|
|
|
.PATH: ${SYSDIR}/cddl/dev/sdt
|
2008-05-16 22:31:19 -04:00
|
|
|
|
|
|
|
|
KMOD= sdt
|
|
|
|
|
SRCS= sdt.c
|
2013-11-25 02:38:45 -05:00
|
|
|
SRCS+= vnode_if.h
|
2008-05-16 22:31:19 -04:00
|
|
|
|
2014-03-05 20:59:13 -05:00
|
|
|
CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \
|
|
|
|
|
-I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
|
|
|
|
|
-I${SYSDIR}
|
2008-05-16 22:31:19 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|
2013-08-06 11:51:56 -04:00
|
|
|
|
2014-03-05 20:59:13 -05:00
|
|
|
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
|