summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/idmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/idmap/Makefile')
-rw-r--r--usr/src/uts/intel/idmap/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/usr/src/uts/intel/idmap/Makefile b/usr/src/uts/intel/idmap/Makefile
index 89b7b448ba..0ab260bedf 100644
--- a/usr/src/uts/intel/idmap/Makefile
+++ b/usr/src/uts/intel/idmap/Makefile
@@ -21,7 +21,7 @@
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
-#
+#
#
# This makefile drives the production of the idmap (Identity mapping between
# Solaris and Windows) kernel module.
@@ -39,7 +39,6 @@ UTSBASE = ../..
#
MODULE = idmap
OBJECTS = $(IDMAP_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(IDMAP_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#
@@ -50,23 +49,17 @@ include $(UTSBASE)/intel/Makefile.intel
#
# Module dependencies
#
-LDFLAGS += -dy -N"sys/doorfs" -N"strmod/rpcmod"
+LDFLAGS += -Nsys/doorfs -Nstrmod/rpcmod
-#
-# Lint warnings turned off
-#
# Function variables unused for rpcgen-generated code
# Constant conditions for do { } while (0) macros
#
-LINTTAGS += -erroff=E_FUNC_VAR_UNUSED -erroff=E_CONSTANT_CONDITION
-
CERRWARN += -_gcc=-Wno-unused-variable
#
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
CLEANFILES += $(MODSTUBS_O)
#
@@ -82,12 +75,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#