summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/neti/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/neti/Makefile')
-rw-r--r--usr/src/uts/intel/neti/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/usr/src/uts/intel/neti/Makefile b/usr/src/uts/intel/neti/Makefile
index 59cdf33c49..030caaf21d 100644
--- a/usr/src/uts/intel/neti/Makefile
+++ b/usr/src/uts/intel/neti/Makefile
@@ -19,13 +19,10 @@
# CDDL HEADER END
#
#
-#
-# uts/intel/neti/Makefile
-#
# Copyright 2007 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 neti driver kernel module.
#
@@ -42,7 +39,6 @@ UTSBASE = ../..
#
MODULE = neti
OBJECTS = $(NETI_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(NETI_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#
@@ -54,10 +50,9 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
-LDFLAGS += -dy -Nmisc/hook
+LDFLAGS += -Nmisc/hook
#
# Default build targets.
@@ -72,12 +67,6 @@ clean: $(CLEAN_DEPS) $(SISCLEAN_DEPS)
clobber: $(CLOBBER_DEPS) $(SISCLEAN_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS) $(SISCHECK_DEPS)
#