summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/RT_DPTBL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/RT_DPTBL/Makefile')
-rw-r--r--usr/src/uts/intel/RT_DPTBL/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/uts/intel/RT_DPTBL/Makefile b/usr/src/uts/intel/RT_DPTBL/Makefile
index 71757f3609..65e7444d97 100644
--- a/usr/src/uts/intel/RT_DPTBL/Makefile
+++ b/usr/src/uts/intel/RT_DPTBL/Makefile
@@ -20,12 +20,10 @@
# CDDL HEADER END
#
#
-# uts/intel/RT_DPTBL/Makefile
-#
# Copyright 2004 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 RT_DPTBL driver kernel module.
#
@@ -42,7 +40,6 @@ UTSBASE = ../..
#
MODULE = RT_DPTBL
OBJECTS = $(RT_DPTBL_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(RT_DPTBL_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(USR_SCHED_DIR)/$(MODULE)
#
@@ -54,7 +51,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -77,12 +73,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#