diff options
-rw-r--r-- | usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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)/%) @@ -78,6 +78,11 @@ 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. # .KEEP_STATE: |