summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/skd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/skd/Makefile')
-rw-r--r--usr/src/uts/intel/skd/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/intel/skd/Makefile b/usr/src/uts/intel/skd/Makefile
index 77162a47fa..06bd6468b8 100644
--- a/usr/src/uts/intel/skd/Makefile
+++ b/usr/src/uts/intel/skd/Makefile
@@ -33,7 +33,6 @@ UTSBASE = ../..
#
MODULE = skd
OBJECTS = $(SKD_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(SKD_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io/skd
@@ -46,7 +45,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY) $(CONFMOD)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
@@ -58,7 +56,7 @@ LDFLAGS += -dy -N drv/blkdev
# Overrides
#
# For now, disable these compiler warnigns; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
+# to investigate and remove these for maximum coverage.
# Please do not carry these forward to new Makefiles.
CERRWARN += -_gcc=-Wno-format
CERRWARN += -_gcc=-Wno-format-extra-args
@@ -76,12 +74,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#