]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/lindebugfs/Makefile
Merge clang trunk r366426, resolve conflicts, and update FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / sys / modules / lindebugfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/compat/lindebugfs
4
5 KMOD=   lindebugfs
6 SRCS=   vnode_if.h \
7         device_if.h bus_if.h  pci_if.h \
8         lindebugfs.c
9
10 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
11
12 .include <bsd.kmod.mk>