aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/lindebugfs/Makefile
blob: 024b945dfc6c997419b3acc44ce24f74edf03590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH: ${SRCTOP}/sys/compat/lindebugfs

KMOD=	lindebugfs
SRCS=	lindebugfs.c
SRCS+=	${LINUXKPI_GENSRCS}

CFLAGS+= ${LINUXKPI_INCLUDES}

.include <bsd.kmod.mk>