summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/eibnx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/eibnx/Makefile')
-rw-r--r--usr/src/uts/sparc/eibnx/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/usr/src/uts/sparc/eibnx/Makefile b/usr/src/uts/sparc/eibnx/Makefile
index 3dd9c47375..04edd34912 100644
--- a/usr/src/uts/sparc/eibnx/Makefile
+++ b/usr/src/uts/sparc/eibnx/Makefile
@@ -39,7 +39,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
@@ -52,7 +51,6 @@ include $(UTSBASE)/sparc/Makefile.sparc
# Define targets
#
ALL_TARGET = $(BINARY) $(SRC_CONFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
@@ -66,20 +64,16 @@ DEF_BUILDS = $(DEF_BUILDSONLY64)
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)
@@ -96,12 +90,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS) lint32
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#