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


  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 #
  66 #       Overrides
  67 #
  68 
  69 CERRWARN        += -_gcc=-Wno-uninitialized
  70 CERRWARN        += -_gcc=-Wno-parentheses
  71 CERRWARN        += -_gcc=-Wno-unused-value
  72 CERRWARN        += -_gcc=-Wno-unused-label
  73 CERRWARN        += -_gcc=-Wno-switch
  74 
  75 # needs work
  76 $(OBJS_DIR)/aac.o := SMOFF += shift_to_zero
  77 
  78 #
  79 #       Default build targets.
  80 #
  81 .KEEP_STATE:
  82 
  83 def:            $(DEF_DEPS)
  84 
  85 all:            $(ALL_DEPS)
  86 
  87 clean:          $(CLEAN_DEPS)
  88 
  89 clobber:        $(CLOBBER_DEPS)


  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 #
  66 #       Overrides
  67 #
  68 
  69 CERRWARN        += $(CNOWARN_UNINIT)
  70 CERRWARN        += -_gcc=-Wno-parentheses
  71 CERRWARN        += -_gcc=-Wno-unused-value
  72 CERRWARN        += -_gcc=-Wno-unused-label
  73 CERRWARN        += -_gcc=-Wno-switch
  74 
  75 # needs work
  76 $(OBJS_DIR)/aac.o := SMOFF += shift_to_zero
  77 
  78 #
  79 #       Default build targets.
  80 #
  81 .KEEP_STATE:
  82 
  83 def:            $(DEF_DEPS)
  84 
  85 all:            $(ALL_DEPS)
  86 
  87 clean:          $(CLEAN_DEPS)
  88 
  89 clobber:        $(CLOBBER_DEPS)