svn commit: r281755 - vendor-sys/illumos/dist/uts/common
Xin LI
delphij at FreeBSD.org
Sun Apr 19 23:45:05 UTC 2015
Author: delphij
Date: Sun Apr 19 23:45:04 2015
New Revision: 281755
URL: https://svnweb.freebsd.org/changeset/base/281755
Log:
Sync Makefile.files to illumos-gate at 244781f10dcd82684fd8163c016540667842f203.
Modified:
vendor-sys/illumos/dist/uts/common/Makefile.files
Modified: vendor-sys/illumos/dist/uts/common/Makefile.files
==============================================================================
--- vendor-sys/illumos/dist/uts/common/Makefile.files Sun Apr 19 23:31:00 2015 (r281754)
+++ vendor-sys/illumos/dist/uts/common/Makefile.files Sun Apr 19 23:45:04 2015 (r281755)
@@ -21,9 +21,9 @@
#
# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
-# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
# Copyright (c) 2013 by Delphix. All rights reserved.
# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
+# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
#
#
@@ -1328,6 +1328,7 @@ TRANS_OBJS += mdtrans.o trans_ioctl.o tr
ZFS_COMMON_OBJS += \
arc.o \
+ blkptr.o \
bplist.o \
bpobj.o \
bptree.o \
@@ -1360,6 +1361,7 @@ ZFS_COMMON_OBJS += \
lz4.o \
lzjb.o \
metaslab.o \
+ multilist.o \
range_tree.o \
refcount.o \
rrwlock.o \
@@ -1846,7 +1848,8 @@ ZYD_OBJS += zyd.o zyd_usb.o zyd_hw.o zyd
MXFE_OBJS += mxfe.o
-MPTSAS_OBJS += mptsas.o mptsas_impl.o mptsas_init.o mptsas_raid.o mptsas_smhba.o
+MPTSAS_OBJS += mptsas.o mptsas_hash.o mptsas_impl.o mptsas_init.o \
+ mptsas_raid.o mptsas_smhba.o
SFE_OBJS += sfe.o sfe_util.o
@@ -1865,6 +1868,8 @@ ATGE_OBJS += atge_main.o atge_l1e.o atge
YGE_OBJS = yge.o
+SKD_OBJS = skd.o
+
#
# Build up defines and paths.
#
More information about the svn-src-vendor
mailing list