Print this page
%B

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
  25   25  # Copyright (c) 2012 by Delphix. All rights reserved.
       26 +# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  26   27  #
  27   28  
  28   29  #
  29   30  # This Makefile defines all file modules for the directory uts/common
  30   31  # and its children. These are the source files which may be considered
  31   32  # common to all SunOS systems.
  32   33  
  33   34  i386_CORE_OBJS += \
  34   35                  atomic.o        \
  35   36                  avintr.o        \
↓ open down ↓ 1310 lines elided ↑ open up ↑
1346 1347          dsl_dataset.o           \
1347 1348          dsl_deadlist.o          \
1348 1349          dsl_pool.o              \
1349 1350          dsl_synctask.o          \
1350 1351          dmu_zfetch.o            \
1351 1352          dsl_deleg.o             \
1352 1353          dsl_prop.o              \
1353 1354          dsl_scan.o              \
1354 1355          zfeature.o              \
1355 1356          gzip.o                  \
     1357 +        lz4.o                   \
     1358 +        lz4hc.o                 \
1356 1359          lzjb.o                  \
1357 1360          metaslab.o              \
1358 1361          refcount.o              \
1359 1362          sa.o                    \
1360 1363          sha256.o                \
1361 1364          spa.o                   \
1362 1365          spa_config.o            \
1363 1366          spa_errlog.o            \
1364 1367          spa_history.o           \
1365 1368          spa_misc.o              \
↓ open down ↓ 663 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX