summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/ahci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/ahci/Makefile')
-rw-r--r--usr/src/uts/intel/ahci/Makefile23
1 files changed, 5 insertions, 18 deletions
diff --git a/usr/src/uts/intel/ahci/Makefile b/usr/src/uts/intel/ahci/Makefile
index 14d99eaa97..7bba50915f 100644
--- a/usr/src/uts/intel/ahci/Makefile
+++ b/usr/src/uts/intel/ahci/Makefile
@@ -41,7 +41,6 @@ UTSBASE = ../..
MODULE = ahci
OBJECTS = $(AHCI_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(AHCI_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io/sata/adapters/ahci
@@ -54,7 +53,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -64,10 +62,11 @@ DEBUG_FLGS =
DEBUG_DEFS += $(DEBUG_FLGS)
#
-# 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)
-
+CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += $(CNOWARN_UNINIT)
@@ -75,13 +74,7 @@ CERRWARN += $(CNOWARN_UNINIT)
#
#
# we depend on the sata module
-LDFLAGS += -dy -N misc/sata
-
-#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
-# Please do not carry these forward to new Makefiles.
-#
+LDFLAGS += -N misc/sata
#
# Default build targets.
@@ -96,12 +89,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#