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/xfs/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: releng/8.2/sys/modules/xfs/Makefile 192314 2009-05-18 17:20:24Z kan $
    2 
    3 .PATH:  ${.CURDIR}/../../gnu/fs/xfs \
    4         ${.CURDIR}/../../gnu/fs/xfs/FreeBSD \
    5         ${.CURDIR}/../../gnu/fs/xfs/FreeBSD/support
    6 
    7 KMOD=    xfs
    8 
    9 WERROR=
   10 
   11 SRCS =  vnode_if.h \
   12         xfs_alloc.c \
   13         xfs_alloc_btree.c \
   14         xfs_bit.c \
   15         xfs_bmap.c \
   16         xfs_bmap_btree.c \
   17         xfs_btree.c \
   18         xfs_buf_item.c \
   19         xfs_da_btree.c \
   20         xfs_dir.c \
   21         xfs_dir2.c \
   22         xfs_dir2_block.c \
   23         xfs_dir2_data.c \
   24         xfs_dir2_leaf.c \
   25         xfs_dir2_node.c \
   26         xfs_dir2_sf.c \
   27         xfs_dir2_trace.c \
   28         xfs_dir_leaf.c \
   29         xfs_error.c \
   30         xfs_extfree_item.c \
   31         xfs_freebsd_iget.c \
   32         xfs_fsops.c \
   33         xfs_ialloc.c \
   34         xfs_ialloc_btree.c \
   35         xfs_inode.c \
   36         xfs_inode_item.c \
   37         xfs_iocore.c \
   38         xfs_itable.c \
   39         xfs_dfrag.c \
   40         xfs_log.c \
   41         xfs_log_recover.c \
   42         xfs_mount.c \
   43         xfs_rename.c \
   44         xfs_trans.c \
   45         xfs_trans_ail.c \
   46         xfs_trans_buf.c \
   47         xfs_trans_extfree.c \
   48         xfs_trans_inode.c \
   49         xfs_trans_item.c \
   50         xfs_utils.c \
   51         xfs_vfsops.c \
   52         xfs_vnodeops.c \
   53         xfs_rw.c \
   54         xfs_iget.c \
   55         xfs_attr_leaf.c \
   56         xfs_attr.c \
   57         xfs_dmops.c \
   58         xfs_qmops.c \
   59         xfs_mountops.c \
   60         xfs_vnops.c \
   61         xfs_frw.c \
   62         xfs_iomap.c \
   63         xfs_buf.c \
   64         xfs_globals.c \
   65         xfs_dmistubs.c \
   66         xfs_behavior.c \
   67         xfs_super.c \
   68         xfs_stats.c \
   69         xfs_sysctl.c \
   70         xfs_vfs.c \
   71         xfs_vnode.c \
   72         xfs_fs_subr.c \
   73         xfs_ioctl.c \
   74         debug.c \
   75         ktrace.c \
   76         mrlock.c \
   77         uuid.c \
   78         kmem.c \
   79         kdb.c
   80 
   81 SRCS+=  opt_ddb.h
   82 
   83 .include <bsd.kmod.mk>
   84 
   85 CFLAGS+= -I${.CURDIR}/../../gnu/fs/xfs/FreeBSD \
   86          -I${.CURDIR}/../../gnu/fs/xfs/FreeBSD/support \
   87          -I${.CURDIR}/../../gnu/fs/xfs
   88 
   89 #
   90 # XFS sources trigger missing-prototypes warnings.
   91 # Disable them here.
   92 #
   93 CWARNFLAGS+= -Wno-missing-prototypes

Cache object: 72593f19e71d0bde93ec9e9a8be987d2


[ 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.