summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/bridge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/bridge/Makefile')
-rw-r--r--usr/src/uts/intel/bridge/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/usr/src/uts/intel/bridge/Makefile b/usr/src/uts/intel/bridge/Makefile
index c93ac30992..3bc5f8ecf8 100644
--- a/usr/src/uts/intel/bridge/Makefile
+++ b/usr/src/uts/intel/bridge/Makefile
@@ -36,7 +36,6 @@ UTSBASE = ../..
#
MODULE = bridge
OBJECTS = $(BRIDGE_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(BRIDGE_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io
@@ -49,14 +48,14 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY) $(SRC_CONFFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
-# lint pass one enforcement
+# 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.
#
CFLAGS += $(CCVERBOSE)
-
CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-parentheses
@@ -64,7 +63,7 @@ CERRWARN += -_gcc=-Wno-parentheses
#
# Driver depends on MAC, DLS, and DLD
#
-LDFLAGS += -dy -Nmisc/mac -Nmisc/dls -Ndrv/dld -Nfs/dev
+LDFLAGS += -Nmisc/mac -Nmisc/dls -Ndrv/dld -Nfs/dev
#
# Default build targets.
@@ -79,12 +78,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#