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


  42 #
  43 MODULE          = xpvd
  44 OBJECTS         = $(XPVD_OBJS:%=$(OBJS_DIR)/%)
  45 ROOTMODULE      = $(ROOT_HVM_DRV_DIR)/$(MODULE)
  46 CONF_SRCDIR     = $(UTSBASE)/common/xen/io
  47 
  48 #
  49 #       Include common rules.
  50 #
  51 include $(UTSBASE)/i86pc/i86hvm/Makefile.i86hvm
  52 
  53 #
  54 #       Define targets
  55 #
  56 ALL_TARGET      = $(BINARY) $(CONFMOD)
  57 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  58 
  59 CPPFLAGS        += -DHVMPV_XPVD_VERS=1
  60 LDFLAGS         += -dy -Ndrv/xpv
  61 
  62 CERRWARN        += -_gcc=-Wno-uninitialized
  63 
  64 #
  65 #       Default build targets.
  66 #
  67 .KEEP_STATE:
  68 
  69 def:            $(DEF_DEPS)
  70 
  71 all:            $(ALL_DEPS)
  72 
  73 clean:          $(CLEAN_DEPS)
  74 
  75 clobber:        $(CLOBBER_DEPS)
  76 
  77 install:        $(INSTALL_DEPS)
  78 
  79 #
  80 #       Include common targets.
  81 #
  82 include $(UTSBASE)/i86pc/i86hvm/Makefile.targ


  42 #
  43 MODULE          = xpvd
  44 OBJECTS         = $(XPVD_OBJS:%=$(OBJS_DIR)/%)
  45 ROOTMODULE      = $(ROOT_HVM_DRV_DIR)/$(MODULE)
  46 CONF_SRCDIR     = $(UTSBASE)/common/xen/io
  47 
  48 #
  49 #       Include common rules.
  50 #
  51 include $(UTSBASE)/i86pc/i86hvm/Makefile.i86hvm
  52 
  53 #
  54 #       Define targets
  55 #
  56 ALL_TARGET      = $(BINARY) $(CONFMOD)
  57 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  58 
  59 CPPFLAGS        += -DHVMPV_XPVD_VERS=1
  60 LDFLAGS         += -dy -Ndrv/xpv
  61 
  62 CERRWARN        += $(CNOWARN_UNINIT)
  63 
  64 #
  65 #       Default build targets.
  66 #
  67 .KEEP_STATE:
  68 
  69 def:            $(DEF_DEPS)
  70 
  71 all:            $(ALL_DEPS)
  72 
  73 clean:          $(CLEAN_DEPS)
  74 
  75 clobber:        $(CLOBBER_DEPS)
  76 
  77 install:        $(INSTALL_DEPS)
  78 
  79 #
  80 #       Include common targets.
  81 #
  82 include $(UTSBASE)/i86pc/i86hvm/Makefile.targ