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


  60 INC_PATH        += -I$(UTSBASE)/common/sys/fibre-channel/impl
  61 
  62 LDFLAGS         += -dy -Nmisc/fctl
  63 
  64 #
  65 #       Lint tags
  66 #
  67 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  68 LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  69 
  70 FWIMAGES         = 2200
  71 FWIMAGES        += 2300
  72 FWIMAGES        += 2400
  73 FWIMAGES        += 2500
  74 FWIMAGES        += 6322
  75 FWIMAGES        += 8100
  76 
  77 FWMODULES        = $(FWIMAGES:%=$(MODULE)_fw_%)
  78 FWMODULES_SRC    = $(FWIMAGES:%=$(CONF_SRCDIR)/ql_fw_%.c)
  79 
  80 CERRWARN        += -_gcc=-Wno-uninitialized
  81 CERRWARN        += -_gcc=-Wno-type-limits
  82 CERRWARN        += -_gcc=-Wno-parentheses
  83 
  84 #
  85 #       Default build targets.
  86 #
  87 .KEEP_STATE:
  88 
  89 all:            $(ALL_DEPS)
  90 
  91 def:            $(DEF_DEPS)
  92 
  93 clean:          $(CLEAN_DEPS)
  94 
  95 clobber:        $(CLOBBER_DEPS)
  96 
  97 lint:           $(LINT_DEPS)
  98 
  99 modlintlib:     $(MODLINTLIB_DEPS)
 100 


  60 INC_PATH        += -I$(UTSBASE)/common/sys/fibre-channel/impl
  61 
  62 LDFLAGS         += -dy -Nmisc/fctl
  63 
  64 #
  65 #       Lint tags
  66 #
  67 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  68 LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  69 
  70 FWIMAGES         = 2200
  71 FWIMAGES        += 2300
  72 FWIMAGES        += 2400
  73 FWIMAGES        += 2500
  74 FWIMAGES        += 6322
  75 FWIMAGES        += 8100
  76 
  77 FWMODULES        = $(FWIMAGES:%=$(MODULE)_fw_%)
  78 FWMODULES_SRC    = $(FWIMAGES:%=$(CONF_SRCDIR)/ql_fw_%.c)
  79 
  80 CERRWARN        += $(CNOWARN_UNINIT)
  81 CERRWARN        += -_gcc=-Wno-type-limits
  82 CERRWARN        += -_gcc=-Wno-parentheses
  83 
  84 #
  85 #       Default build targets.
  86 #
  87 .KEEP_STATE:
  88 
  89 all:            $(ALL_DEPS)
  90 
  91 def:            $(DEF_DEPS)
  92 
  93 clean:          $(CLEAN_DEPS)
  94 
  95 clobber:        $(CLOBBER_DEPS)
  96 
  97 lint:           $(LINT_DEPS)
  98 
  99 modlintlib:     $(MODLINTLIB_DEPS)
 100