]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/lindebugfs/Makefile
Add watchdog(9) driver for the Fintek F81803 SuperIO chip
[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>