From df49e4e49391204d49b62e99bfae86101a20c690 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Sat, 2 Mar 2013 23:56:57 +0400 Subject: 3551 hvm_sd module missing dependencies on scsi and cmlb Reviewed by: Hans Rosenfeld Reviewed by: Albert Lee Reviewed by: Richard Lowe Approved by: Gordon Ross --- usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile b/usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile index 681f4849ae..aba7418b0a 100644 --- a/usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile +++ b/usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile @@ -38,7 +38,7 @@ UTSBASE = ../../.. # 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)/%) @@ -77,6 +77,11 @@ CERRWARN += -_gcc=-Wno-type-limits CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-value +# +# Depends on scsi and cmlb +# +LDFLAGS += -dy -N misc/scsi -N misc/cmlb + # # Default build targets. # -- cgit v1.2.3