summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/yge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/yge/Makefile')
-rw-r--r--usr/src/uts/intel/yge/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/usr/src/uts/intel/yge/Makefile b/usr/src/uts/intel/yge/Makefile
index 49b2d4ca45..b1b996dac5 100644
--- a/usr/src/uts/intel/yge/Makefile
+++ b/usr/src/uts/intel/yge/Makefile
@@ -37,7 +37,6 @@ UTSBASE = ../..
#
MODULE = yge
OBJECTS = $(YGE_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(YGE_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
#
@@ -49,7 +48,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -57,9 +55,11 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
LDFLAGS += -dy -N misc/mac -N misc/mii
-# Lint flag
#
-
+# 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.
+#
CERRWARN += -_gcc=-Wno-unused-label
#
@@ -76,12 +76,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#