]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/cddl/contrib/opensolaris/uts/common/Makefile.files
Merge ZFS feature flags support and related bugfixes:
[FreeBSD/stable/9.git] / sys / cddl / contrib / opensolaris / uts / common / Makefile.files
1 #
2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 by Delphix. All rights reserved.
25 #
26 #
27 # This Makefile defines all file modules for the directory uts/common
28 # and its children. These are the source files which may be considered
29 # common to all SunOS systems.
30
31 ZFS_COMMON_OBJS +=              \
32         arc.o                   \
33         bplist.o                \
34         bpobj.o                 \
35         bptree.o                \
36         dbuf.o                  \
37         ddt.o                   \
38         ddt_zap.o               \
39         dmu.o                   \
40         dmu_diff.o              \
41         dmu_send.o              \
42         dmu_object.o            \
43         dmu_objset.o            \
44         dmu_traverse.o          \
45         dmu_tx.o                \
46         dnode.o                 \
47         dnode_sync.o            \
48         dsl_dir.o               \
49         dsl_dataset.o           \
50         dsl_deadlist.o          \
51         dsl_pool.o              \
52         dsl_synctask.o          \
53         dmu_zfetch.o            \
54         dsl_deleg.o             \
55         dsl_prop.o              \
56         dsl_scan.o              \
57         zfeature.o              \
58         gzip.o                  \
59         lzjb.o                  \
60         metaslab.o              \
61         refcount.o              \
62         sa.o                    \
63         sha256.o                \
64         spa.o                   \
65         spa_config.o            \
66         spa_errlog.o            \
67         spa_history.o           \
68         spa_misc.o              \
69         space_map.o             \
70         txg.o                   \
71         uberblock.o             \
72         unique.o                \
73         vdev.o                  \
74         vdev_cache.o            \
75         vdev_file.o             \
76         vdev_label.o            \
77         vdev_mirror.o           \
78         vdev_missing.o          \
79         vdev_queue.o            \
80         vdev_raidz.o            \
81         vdev_root.o             \
82         zap.o                   \
83         zap_leaf.o              \
84         zap_micro.o             \
85         zfs_byteswap.o          \
86         zfs_debug.o             \
87         zfs_fm.o                \
88         zfs_fuid.o              \
89         zfs_sa.o                \
90         zfs_znode.o             \
91         zil.o                   \
92         zio.o                   \
93         zio_checksum.o          \
94         zio_compress.o          \
95         zio_inject.o            \
96         zle.o                   \
97         zrlock.o
98
99 ZFS_SHARED_OBJS +=              \
100         zfeature_common.o       \
101         zfs_comutil.o           \
102         zfs_deleg.o             \
103         zfs_fletcher.o          \
104         zfs_namecheck.o         \
105         zfs_prop.o              \
106         zpool_prop.o            \
107         zprop_common.o
108
109 ZFS_OBJS +=                     \
110         $(ZFS_COMMON_OBJS)      \
111         $(ZFS_SHARED_OBJS)      \
112         zfs_acl.o               \
113         zfs_ctldir.o            \
114         zfs_dir.o               \
115         zfs_ioctl.o             \
116         zfs_ioctl_compat.o      \
117         zfs_log.o               \
118         zfs_onexit.o            \
119         zfs_replay.o            \
120         zfs_rlock.o             \
121         rrwlock.o               \
122         zfs_vfsops.o            \
123         zfs_vnops.o             \
124         zvol.o
125
126 ZUT_OBJS +=                     \
127         zut.o