diff options
Diffstat (limited to 'usr/src/uts/intel/dump/Makefile')
-rw-r--r-- | usr/src/uts/intel/dump/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/usr/src/uts/intel/dump/Makefile b/usr/src/uts/intel/dump/Makefile index 6bae766a1d..bae963eb53 100644 --- a/usr/src/uts/intel/dump/Makefile +++ b/usr/src/uts/intel/dump/Makefile @@ -24,7 +24,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" UTSBASE = ../.. @@ -33,7 +32,6 @@ UTSBASE = ../.. # MODULE = dump OBJECTS = $(DUMP_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(DUMP_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(USR_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/common/io @@ -46,17 +44,9 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) $(SRC_CONFILE) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # -# 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_ASSIGN_NARROW_CONV - -# # Default build targets. # .KEEP_STATE: @@ -69,12 +59,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |