The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/dtrace/fbt/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$
    2 
    3 SYSDIR?=        ${SRCTOP}/sys
    4 
    5 .PATH:          ${SYSDIR}/cddl/dev/fbt
    6 
    7 KMOD=           fbt
    8 SRCS=           fbt.c fbt_isa.c
    9 SRCS+=          vnode_if.h
   10 
   11 
   12 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
   13 CFLAGS+=        -I${SYSDIR}/cddl/dev/fbt/x86
   14 .PATH:          ${SYSDIR}/cddl/dev/fbt/x86
   15 .else
   16 CFLAGS+=        -I${SYSDIR}/cddl/dev/fbt/${MACHINE_CPUARCH}
   17 .PATH:          ${SYSDIR}/cddl/dev/fbt/${MACHINE_CPUARCH}
   18 .endif
   19 
   20 CFLAGS+=        ${OPENZFS_CFLAGS}
   21 CFLAGS+=  -I${SYSDIR}/cddl/dev/fbt
   22 
   23 .include <bsd.kmod.mk>
   24 
   25 CFLAGS+=        -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
   26 CWARNFLAGS+=    ${OPENZFS_CWARNFLAGS}

Cache object: 38dfacef7948f5bb12c4b7a7f28cf87e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.