xref: /freebsd/sys/modules/lindebugfs/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH: ${SRCTOP}/sys/compat/lindebugfs
2
3KMOD=	lindebugfs
4SRCS=	lindebugfs.c
5SRCS+=	${LINUXKPI_GENSRCS}
6
7CFLAGS+= ${LINUXKPI_INCLUDES}
8
9.include <bsd.kmod.mk>
10