summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/options/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/options/Makefile')
-rw-r--r--usr/src/uts/sparc/options/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/sparc/options/Makefile b/usr/src/uts/sparc/options/Makefile
index 2df03f78bf..b688548af7 100644
--- a/usr/src/uts/sparc/options/Makefile
+++ b/usr/src/uts/sparc/options/Makefile
@@ -24,7 +24,7 @@
# Copyright 2004 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 options driver kernel module.
#
@@ -41,7 +41,6 @@ UTSBASE = ../..
#
MODULE = options
OBJECTS = $(OPTIONS_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(OPTIONS_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io
@@ -54,7 +53,6 @@ include $(UTSBASE)/sparc/Makefile.sparc
# Define targets
#
ALL_TARGET = $(BINARY) $(SRC_CONFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
@@ -75,12 +73,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#