summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/sgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/sgen/Makefile')
-rw-r--r--usr/src/uts/intel/sgen/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/usr/src/uts/intel/sgen/Makefile b/usr/src/uts/intel/sgen/Makefile
index 2fd9d9cd80..98b2bd6c29 100644
--- a/usr/src/uts/intel/sgen/Makefile
+++ b/usr/src/uts/intel/sgen/Makefile
@@ -39,7 +39,6 @@ UTSBASE = ../..
#
MODULE = sgen
OBJECTS = $(SGEN_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(SGEN_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io/scsi/targets
@@ -52,21 +51,18 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets.
#
ALL_TARGET = $(BINARY) $(SRC_CONFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
# Note dependancy on misc/scsi.
#
-LDFLAGS += -dy -N"misc/scsi"
+LDFLAGS += -Nmisc/scsi
#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
+# For now, disable these warnings; maintainers should endeavor
+# to investigate and remove these for maximum coverage.
# Please do not carry these forward to new Makefiles.
#
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += $(CNOWARN_UNINIT)
@@ -84,12 +80,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#