]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/dtrace/fbt/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / dtrace / fbt / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../cddl/dev/fbt
4
5 KMOD=           fbt
6 .if ${MACHINE_CPUARCH} == "powerpc"
7 SRCS=           fbt_powerpc.c
8 .else
9 SRCS=           fbt.c
10 .endif
11 SRCS+=          vnode_if.h
12
13 CFLAGS+=        -I${.CURDIR}/../../../cddl/compat/opensolaris \
14                 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
15                 -I${.CURDIR}/../../..
16
17 .include <bsd.kmod.mk>
18
19 CFLAGS+=        -include ${.CURDIR}/../../../cddl/compat/opensolaris/sys/debug_compat.h