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


  59 # Module specific debug flag
  60 #
  61 CPPFLAGS += -DENX_DEBUG
  62 
  63 #
  64 # Lint pass one enforcement
  65 #
  66 CFLAGS += $(CCVERBOSE)
  67 
  68 #
  69 # Depends on misc/ibtl
  70 #
  71 LDFLAGS += -dy -Nmisc/ibcm -Nmisc/ibtl
  72 
  73 #
  74 # The only lint flag we should need
  75 #
  76 LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
  77 
  78 CERRWARN += -_gcc=-Wno-parentheses
  79 CERRWARN += -_gcc=-Wno-uninitialized
  80 
  81 # needs work
  82 $(OBJS_DIR)/enx_ibt.o := SMOFF += deref_check
  83 
  84 #
  85 # Default build targets
  86 #
  87 .KEEP_STATE:
  88 
  89 def:            $(DEF_DEPS)
  90 
  91 all:            $(ALL_DEPS)
  92 
  93 clean:          $(CLEAN_DEPS)
  94 
  95 clobber:        $(CLOBBER_DEPS)
  96 
  97 lint:           $(LINT_DEPS)
  98 
  99 modlintlib:     $(MODLINTLIB_DEPS)


  59 # Module specific debug flag
  60 #
  61 CPPFLAGS += -DENX_DEBUG
  62 
  63 #
  64 # Lint pass one enforcement
  65 #
  66 CFLAGS += $(CCVERBOSE)
  67 
  68 #
  69 # Depends on misc/ibtl
  70 #
  71 LDFLAGS += -dy -Nmisc/ibcm -Nmisc/ibtl
  72 
  73 #
  74 # The only lint flag we should need
  75 #
  76 LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
  77 
  78 CERRWARN += -_gcc=-Wno-parentheses
  79 CERRWARN += $(CNOWARN_UNINIT)
  80 
  81 # needs work
  82 $(OBJS_DIR)/enx_ibt.o := SMOFF += deref_check
  83 
  84 #
  85 # Default build targets
  86 #
  87 .KEEP_STATE:
  88 
  89 def:            $(DEF_DEPS)
  90 
  91 all:            $(ALL_DEPS)
  92 
  93 clean:          $(CLEAN_DEPS)
  94 
  95 clobber:        $(CLOBBER_DEPS)
  96 
  97 lint:           $(LINT_DEPS)
  98 
  99 modlintlib:     $(MODLINTLIB_DEPS)