]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/lindebugfs/Makefile
Merge llvm-project release/13.x llvmorg-13.0.0-rc3-8-g08642a395f23
[FreeBSD/FreeBSD.git] / sys / modules / lindebugfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/compat/lindebugfs
4
5 KMOD=   lindebugfs
6 SRCS=   lindebugfs.c
7 SRCS+=  ${LINUXKPI_GENSRCS}
8
9 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
10
11 .include <bsd.kmod.mk>