diff options
Diffstat (limited to 'usr/src/uts/intel/dedump/Makefile')
-rw-r--r-- | usr/src/uts/intel/dedump/Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/usr/src/uts/intel/dedump/Makefile b/usr/src/uts/intel/dedump/Makefile index 9154d66b10..a0c11d5de1 100644 --- a/usr/src/uts/intel/dedump/Makefile +++ b/usr/src/uts/intel/dedump/Makefile @@ -19,12 +19,10 @@ # CDDL HEADER END # # -# uts/intel/dedump/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 dedump streams kernel # module. @@ -42,7 +40,6 @@ UTSBASE = ../.. # MODULE = dedump OBJECTS = $(DEDUMP_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(DEDUMP_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_STRMOD_DIR)/$(MODULE) # @@ -54,19 +51,9 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # -# 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 -LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV - -# # Default build targets. # .KEEP_STATE: @@ -79,12 +66,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |