2019-05-19 15:44:21 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${SRCTOP}/sys/compat/lindebugfs
|
|
|
|
|
|
|
|
KMOD= lindebugfs
|
2020-03-20 21:06:58 +00:00
|
|
|
SRCS= lindebugfs.c
|
|
|
|
SRCS+= ${LINUXKPI_GENSRCS}
|
2019-05-19 15:44:21 +00:00
|
|
|
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|