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 Nexenta Systems, Inc. All rights reserved.
25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 #
27
28 #
29 # This Makefile defines all file modules for the directory uts/common
30 # and its children. These are the source files which may be considered
31 # common to all SunOS systems.
32
33 i386_CORE_OBJS += \
34 atomic.o \
35 avintr.o \
36 pic.o
37
38 sparc_CORE_OBJS +=
39
40 COMMON_CORE_OBJS += \
41 beep.o \
42 bitset.o \
43 bp_map.o \
44 brand.o \
45 cpucaps.o \
1336 dmu.o \
1337 dmu_diff.o \
1338 dmu_send.o \
1339 dmu_object.o \
1340 dmu_objset.o \
1341 dmu_traverse.o \
1342 dmu_tx.o \
1343 dnode.o \
1344 dnode_sync.o \
1345 dsl_dir.o \
1346 dsl_dataset.o \
1347 dsl_deadlist.o \
1348 dsl_pool.o \
1349 dsl_synctask.o \
1350 dmu_zfetch.o \
1351 dsl_deleg.o \
1352 dsl_prop.o \
1353 dsl_scan.o \
1354 zfeature.o \
1355 gzip.o \
1356 lzjb.o \
1357 metaslab.o \
1358 refcount.o \
1359 sa.o \
1360 sha256.o \
1361 spa.o \
1362 spa_config.o \
1363 spa_errlog.o \
1364 spa_history.o \
1365 spa_misc.o \
1366 space_map.o \
1367 txg.o \
1368 uberblock.o \
1369 unique.o \
1370 vdev.o \
1371 vdev_cache.o \
1372 vdev_file.o \
1373 vdev_label.o \
1374 vdev_mirror.o \
1375 vdev_missing.o \
|
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 Nexenta Systems, Inc. All rights reserved.
25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
27 #
28
29 #
30 # This Makefile defines all file modules for the directory uts/common
31 # and its children. These are the source files which may be considered
32 # common to all SunOS systems.
33
34 i386_CORE_OBJS += \
35 atomic.o \
36 avintr.o \
37 pic.o
38
39 sparc_CORE_OBJS +=
40
41 COMMON_CORE_OBJS += \
42 beep.o \
43 bitset.o \
44 bp_map.o \
45 brand.o \
46 cpucaps.o \
1337 dmu.o \
1338 dmu_diff.o \
1339 dmu_send.o \
1340 dmu_object.o \
1341 dmu_objset.o \
1342 dmu_traverse.o \
1343 dmu_tx.o \
1344 dnode.o \
1345 dnode_sync.o \
1346 dsl_dir.o \
1347 dsl_dataset.o \
1348 dsl_deadlist.o \
1349 dsl_pool.o \
1350 dsl_synctask.o \
1351 dmu_zfetch.o \
1352 dsl_deleg.o \
1353 dsl_prop.o \
1354 dsl_scan.o \
1355 zfeature.o \
1356 gzip.o \
1357 lz4.o \
1358 lz4hc.o \
1359 lzjb.o \
1360 metaslab.o \
1361 refcount.o \
1362 sa.o \
1363 sha256.o \
1364 spa.o \
1365 spa_config.o \
1366 spa_errlog.o \
1367 spa_history.o \
1368 spa_misc.o \
1369 space_map.o \
1370 txg.o \
1371 uberblock.o \
1372 unique.o \
1373 vdev.o \
1374 vdev_cache.o \
1375 vdev_file.o \
1376 vdev_label.o \
1377 vdev_mirror.o \
1378 vdev_missing.o \
|