diff options
Diffstat (limited to 'usr/src/uts/sparc/ms/Makefile')
-rw-r--r-- | usr/src/uts/sparc/ms/Makefile | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/usr/src/uts/sparc/ms/Makefile b/usr/src/uts/sparc/ms/Makefile index d06232df74..5c28ee5516 100644 --- a/usr/src/uts/sparc/ms/Makefile +++ b/usr/src/uts/sparc/ms/Makefile @@ -19,11 +19,10 @@ # CDDL HEADER END # # -# uts/sparc/ms/Makefile # Copyright 2006 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 ms streams kernel # module. @@ -41,7 +40,6 @@ UTSBASE = ../.. # MODULE = ms OBJECTS = $(MS_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(MS_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_STRMOD_DIR)/$(MODULE) # @@ -53,21 +51,12 @@ include $(UTSBASE)/sparc/Makefile.sparc # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # # Overrides. -# -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 +CFLAGS += $(CCVERBOSE) # # Default build targets. @@ -82,12 +71,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |