Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized


  45 ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  46 CONF_SRCDIR     = $(UTSBASE)/common/io/mega_sas
  47 
  48 #
  49 #       Include common rules.
  50 #
  51 include $(UTSBASE)/intel/Makefile.intel
  52 
  53 #
  54 #       Define targets
  55 #
  56 ALL_TARGET      = $(BINARY) $(CONFMOD)
  57 LINT_TARGET     = $(MODULE).lint
  58 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  59 
  60 #
  61 #       Kernel Module Dependencies
  62 #
  63 LDFLAGS         += -dy -Nmisc/scsi
  64 
  65 CERRWARN        += -_gcc=-Wno-uninitialized
  66 
  67 # needs work
  68 $(OBJS_DIR)/megaraid_sas.o := SMOFF += snprintf_overflow,all_func_returns
  69 
  70 #
  71 #       Default build targets.
  72 #
  73 .KEEP_STATE:
  74 
  75 def:            $(DEF_DEPS)
  76 
  77 all:            $(ALL_DEPS)
  78 
  79 clean:          $(CLEAN_DEPS)
  80 
  81 clobber:        $(CLOBBER_DEPS)
  82 
  83 lint:           $(LINT_DEPS)
  84 
  85 modlintlib:     $(MODLINTLIB_DEPS)


  45 ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  46 CONF_SRCDIR     = $(UTSBASE)/common/io/mega_sas
  47 
  48 #
  49 #       Include common rules.
  50 #
  51 include $(UTSBASE)/intel/Makefile.intel
  52 
  53 #
  54 #       Define targets
  55 #
  56 ALL_TARGET      = $(BINARY) $(CONFMOD)
  57 LINT_TARGET     = $(MODULE).lint
  58 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  59 
  60 #
  61 #       Kernel Module Dependencies
  62 #
  63 LDFLAGS         += -dy -Nmisc/scsi
  64 
  65 CERRWARN        += $(CNOWARN_UNINIT)
  66 
  67 # needs work
  68 $(OBJS_DIR)/megaraid_sas.o := SMOFF += snprintf_overflow,all_func_returns
  69 
  70 #
  71 #       Default build targets.
  72 #
  73 .KEEP_STATE:
  74 
  75 def:            $(DEF_DEPS)
  76 
  77 all:            $(ALL_DEPS)
  78 
  79 clean:          $(CLEAN_DEPS)
  80 
  81 clobber:        $(CLOBBER_DEPS)
  82 
  83 lint:           $(LINT_DEPS)
  84 
  85 modlintlib:     $(MODLINTLIB_DEPS)