summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/zs
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2020-01-30 13:45:04 +0200
committerToomas Soome <tsoome@me.com>2020-06-02 01:21:39 +0300
commit94bce860c16a04a3d8eaeaa18807723c026e23b5 (patch)
tree8825b1059bf377c2f0ad0b2a677d449304a7d750 /usr/src/uts/sun4u/zs
parentfdf1a8710a94b4953ba782ed5bdc1549b0356ddc (diff)
downloadillumos-joyent-94bce860c16a04a3d8eaeaa18807723c026e23b5.tar.gz
12559 zs: NULL pointer errors
Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/uts/sun4u/zs')
-rw-r--r--usr/src/uts/sun4u/zs/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/usr/src/uts/sun4u/zs/Makefile b/usr/src/uts/sun4u/zs/Makefile
index 198362da01..0af5aa7379 100644
--- a/usr/src/uts/sun4u/zs/Makefile
+++ b/usr/src/uts/sun4u/zs/Makefile
@@ -40,7 +40,6 @@ UTSBASE = ../..
#
MODULE = zs
OBJECTS = $(ZS_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(ZS_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_PSM_DRV_DIR)/$(MODULE)
#
@@ -60,23 +59,8 @@ CLEANFILES += $(MODSTUBS_O)
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
-#
-# lint pass one enforcement
-#
-CFLAGS += $(CCVERBOSE)
-
-#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
-# Please do not carry these forward to new Makefiles.
-#
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
-LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
-
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += $(CNOWARN_UNINIT)
@@ -93,12 +77,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#