summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/kiconv_emea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/kiconv_emea/Makefile')
-rw-r--r--usr/src/uts/sparc/kiconv_emea/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/usr/src/uts/sparc/kiconv_emea/Makefile b/usr/src/uts/sparc/kiconv_emea/Makefile
index 4afc3065c1..e974575042 100644
--- a/usr/src/uts/sparc/kiconv_emea/Makefile
+++ b/usr/src/uts/sparc/kiconv_emea/Makefile
@@ -19,12 +19,10 @@
# CDDL HEADER END
#
#
-# uts/sparc/kiconv_emea/Makefile
-#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+
#
# This makefile drives the production of the kiconv_emea kernel module.
#
@@ -41,7 +39,6 @@ UTSBASE = ../..
#
MODULE = kiconv_emea
OBJECTS = $(KICONV_EMEA_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(KICONV_EMEA_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_KICONV_DIR)/$(MODULE)
#
@@ -53,7 +50,6 @@ include $(UTSBASE)/sparc/Makefile.sparc
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -62,13 +58,6 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
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_PTRDIFF_OVERFLOW
-
-#
# Default build targets.
#
.KEEP_STATE:
@@ -81,12 +70,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#