summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/bootdev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/bootdev/Makefile')
-rw-r--r--usr/src/uts/intel/bootdev/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/usr/src/uts/intel/bootdev/Makefile b/usr/src/uts/intel/bootdev/Makefile
index 18705fe8f1..2668dab71a 100644
--- a/usr/src/uts/intel/bootdev/Makefile
+++ b/usr/src/uts/intel/bootdev/Makefile
@@ -19,13 +19,12 @@
# CDDL HEADER END
#
#
-# uts/intel/bootdev/Makefile
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#pragma ident "%Z%%M% %I% %E% SMI"
+
#
-# This makefile drives the production of the bootdev driver
+# This makefile drives the production of the bootdev driver
# kernel module.
#
# intel architecture dependent
@@ -41,7 +40,6 @@ UTSBASE = ../..
#
MODULE = bootdev
OBJECTS = $(BOOTDEV_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(BOOTDEV_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#
@@ -53,7 +51,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -69,12 +66,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#