diff options
Diffstat (limited to 'usr/src/uts/intel/eibnx/Makefile')
-rw-r--r-- | usr/src/uts/intel/eibnx/Makefile | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/usr/src/uts/intel/eibnx/Makefile b/usr/src/uts/intel/eibnx/Makefile index 85d5ea3310..fc21b90303 100644 --- a/usr/src/uts/intel/eibnx/Makefile +++ b/usr/src/uts/intel/eibnx/Makefile @@ -40,7 +40,6 @@ UTSBASE = ../.. # MODULE = eibnx OBJECTS = $(EIBNX_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(EIBNX_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/common/io/ib/clients/eoib @@ -53,7 +52,6 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) $(SRC_CONFILE) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # Module specific debug flag @@ -61,20 +59,16 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) CPPFLAGS += -DENX_DEBUG # -# Lint pass one enforcement -# -CFLAGS += $(CCVERBOSE) - -# # Depends on misc/ibtl # LDFLAGS += -dy -Nmisc/ibcm -Nmisc/ibtl # -# The only lint flag we should need +# For now, disable these warnings; maintainers should endeavor +# to investigate and remove these for maximum coverage. +# Please do not carry these forward to new Makefiles. # -LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN - +CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-parentheses CERRWARN += $(CNOWARN_UNINIT) @@ -94,12 +88,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |