summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/spppasyn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/spppasyn/Makefile')
-rw-r--r--usr/src/uts/sparc/spppasyn/Makefile24
1 files changed, 3 insertions, 21 deletions
diff --git a/usr/src/uts/sparc/spppasyn/Makefile b/usr/src/uts/sparc/spppasyn/Makefile
index 60acb99288..1a319c6fc7 100644
--- a/usr/src/uts/sparc/spppasyn/Makefile
+++ b/usr/src/uts/sparc/spppasyn/Makefile
@@ -25,7 +25,7 @@
# Use is subject to license terms.
# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
#
-# This makefile drives the production of the spppasyn STREAMS
+# This makefile drives the production of the spppasyn STREAMS
# kernel module.
#
# sparc architecture dependent
@@ -41,7 +41,6 @@ UTSBASE = ../..
#
MODULE = spppasyn
OBJECTS = $(SPPPASYN_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(SPPPASYN_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(USR_STRMOD_DIR)/$(MODULE)
#
@@ -53,7 +52,6 @@ include $(UTSBASE)/sparc/Makefile.sparc
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -61,9 +59,9 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
CPPFLAGS += -DINTERNAL_BUILD -DSOL2
-#
+#
# Additional compiler definitions
-#
+#
INC_PATH += -I$(UTSBASE)/common/io/ppp/common
CFLAGS += $(CCVERBOSE)
@@ -72,16 +70,6 @@ CFLAGS += $(CCVERBOSE)
#
LDFLAGS += -dy -N drv/sppp
-CLEANLINTFILES += $(LINT64_FILES)
-
-#
-# 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_PTRDIFF_OVERFLOW
-
#
# Default build targets.
#
@@ -95,12 +83,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS) lint64
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#