1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/compat/lindebugfs
4
5KMOD=	lindebugfs
6SRCS=	lindebugfs.c
7SRCS+=	${LINUXKPI_GENSRCS}
8
9CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
10
11.include <bsd.kmod.mk>
12