Print this page
OS-1575 sas for the goose

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/dr_sas/Makefile
          +++ new/usr/src/uts/intel/dr_sas/Makefile
↓ open down ↓ 51 lines elided ↑ open up ↑
  52   52  #
  53   53  ALL_TARGET      = $(BINARY) $(CONFMOD)
  54   54  LINT_TARGET     = $(MODULE).lint
  55   55  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  56   56  
  57   57  #
  58   58  #       Kernel Module Dependencies
  59   59  #
  60   60  LDFLAGS         += -dy -Nmisc/scsi
  61   61  
       62 +CERRWARN        += -_gcc=-Wno-unused-label
       63 +CERRWARN        += -_gcc=-Wno-switch
       64 +CERRWARN        += -_gcc=-Wno-uninitialized
       65 +
  62   66  #
  63   67  #       Default build targets.
  64   68  #
  65   69  .KEEP_STATE:
  66   70  
  67   71  def:            $(DEF_DEPS)
  68   72  
  69   73  all:            $(ALL_DEPS)
  70   74  
  71   75  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX