changeset 13976:6910539f4a4c

3551 hvm_sd module missing dependencies on scsi and cmlb Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gwr@nexenta.com>
author Yuri Pankov <yuri.pankov@nexenta.com>
date Sat, 02 Mar 2013 23:56:57 +0400
parents ef6409bc370f
children af7f2603d4d7
files usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile	Fri Mar 01 15:46:07 2013 -0800
+++ b/usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile	Sat Mar 02 23:56:57 2013 +0400
@@ -38,7 +38,7 @@
 #	Define the module and object file sets.
 #
 # Normally when compiling sd there are .conf file definitions and
-# definitions for warlock, but we don't both with those here.
+# definitions for warlock, but we don't bother with those here.
 #
 MODULE		= hvm_sd
 OBJECTS		= $(HVM_SD_OBJS:%=$(OBJS_DIR)/%)
@@ -78,6 +78,11 @@
 CERRWARN	+= -_gcc=-Wno-unused-value
 
 #
+#	Depends on scsi and cmlb
+#
+LDFLAGS		+= -dy -N misc/scsi -N misc/cmlb
+
+#
 #	Default build targets.
 #
 .KEEP_STATE: