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


  34 #
  35 
  36 #
  37 #       Path to the base of the uts directory tree (usually /usr/src/uts).
  38 #
  39 UTSBASE = ../..
  40 
  41 #
  42 #       Define the module and object file sets.
  43 #
  44 MODULE          = vuid3ps2
  45 OBJECTS         = $(VUIDPS2_OBJS:%=$(OBJS_DIR)/%)
  46 LINTS           = $(VUIDPS2_OBJS:%.o=$(LINTS_DIR)/%.ln)
  47 ROOTMODULE      = $(ROOT_STRMOD_DIR)/$(MODULE)
  48 
  49 #
  50 #       Include common rules.
  51 #
  52 include $(UTSBASE)/intel/Makefile.intel
  53 
  54 CERRWARN        += -_gcc=-Wno-uninitialized
  55 CERRWARN        += -_gcc=-Wno-parentheses
  56 
  57 # needs work
  58 SMOFF += deref_check
  59 
  60 #
  61 #       Define targets
  62 #
  63 ALL_TARGET      = $(BINARY)
  64 LINT_TARGET     = $(MODULE).lint
  65 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  66 
  67 #
  68 #       Overrides.
  69 #
  70 ALL_DEFS        += -DVUID3PS2
  71 
  72 #
  73 #       Default build targets.
  74 #




  34 #
  35 
  36 #
  37 #       Path to the base of the uts directory tree (usually /usr/src/uts).
  38 #
  39 UTSBASE = ../..
  40 
  41 #
  42 #       Define the module and object file sets.
  43 #
  44 MODULE          = vuid3ps2
  45 OBJECTS         = $(VUIDPS2_OBJS:%=$(OBJS_DIR)/%)
  46 LINTS           = $(VUIDPS2_OBJS:%.o=$(LINTS_DIR)/%.ln)
  47 ROOTMODULE      = $(ROOT_STRMOD_DIR)/$(MODULE)
  48 
  49 #
  50 #       Include common rules.
  51 #
  52 include $(UTSBASE)/intel/Makefile.intel
  53 
  54 CERRWARN        += $(CNOWARN_UNINIT)
  55 CERRWARN        += -_gcc=-Wno-parentheses
  56 
  57 # needs work
  58 SMOFF += deref_check
  59 
  60 #
  61 #       Define targets
  62 #
  63 ALL_TARGET      = $(BINARY)
  64 LINT_TARGET     = $(MODULE).lint
  65 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  66 
  67 #
  68 #       Overrides.
  69 #
  70 ALL_DEFS        += -DVUID3PS2
  71 
  72 #
  73 #       Default build targets.
  74 #