Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
3551 hvm_sd module missing dependencies on scsi and cmlb
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yuri Pankov authored and gwr committed Mar 3, 2013
1 parent 0689f76 commit df49e4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion usr/src/uts/i86pc/i86hvm/hvm_sd/Makefile
Expand Up @@ -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)/%)
Expand Down Expand Up @@ -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.
#
Expand Down

0 comments on commit df49e4e

Please sign in to comment.