Move ZUT_OBJS in the same place that is used in vendor code.

Obtained from:	//depot/user/pjd/zfs/...
This commit is contained in:
Pawel Jakub Dawidek 2010-08-28 19:28:12 +00:00
parent d12f1e190e
commit 3e9e888541

View File

@ -19,9 +19,6 @@
# CDDL HEADER END
#
ZUT_OBJS += \
zut.o
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@ -109,3 +106,6 @@ ZFS_OBJS += \
zfs_vfsops.o \
zfs_vnops.o \
zvol.o
ZUT_OBJS += \
zut.o