summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/rpcib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/rpcib/Makefile')
-rw-r--r--usr/src/uts/intel/rpcib/Makefile23
1 files changed, 4 insertions, 19 deletions
diff --git a/usr/src/uts/intel/rpcib/Makefile b/usr/src/uts/intel/rpcib/Makefile
index 016dce38e9..8683919d6c 100644
--- a/usr/src/uts/intel/rpcib/Makefile
+++ b/usr/src/uts/intel/rpcib/Makefile
@@ -25,7 +25,7 @@
# Copyright (c) 2018, Joyent, Inc.
#
-# This makefile drives the production of the kernel
+# This makefile drives the production of the kernel
# rpcib module.
#
# intel implementation architecture dependent
@@ -40,7 +40,6 @@ UTSBASE = ../..
#
MODULE = rpcib
OBJECTS = $(RPCIB_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(RPCIB_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/rpc
@@ -53,27 +52,19 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY) $(SRC_CONFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
-#
-# lint pass one enforcement
-#
-CFLAGS += $(CCVERBOSE)
-
#
# depends on misc/ibtl and misc/ibcm
#
LDFLAGS += -dy -Nmisc/ibtl -Nmisc/ibcm
#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
+# 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
-LINTTAGS += -erroff=E_STATIC_UNUSED
-
+CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-unused-function
CERRWARN += $(CNOWARN_UNINIT)
@@ -94,12 +85,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#