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