diff options
Diffstat (limited to 'usr/src/uts/intel/fp/Makefile')
-rw-r--r-- | usr/src/uts/intel/fp/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/usr/src/uts/intel/fp/Makefile b/usr/src/uts/intel/fp/Makefile index a102ee87ab..c04504ee21 100644 --- a/usr/src/uts/intel/fp/Makefile +++ b/usr/src/uts/intel/fp/Makefile @@ -35,7 +35,6 @@ UTSBASE = ../.. # MODULE = fp OBJECTS = $(FP_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(FP_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/intel/io/fibre-channel/impl/ @@ -50,13 +49,12 @@ include $(UTSBASE)/intel/Makefile.intel # #ALL_TARGET = $(BINARY) $(CONFMOD) $(ITUMOD) ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # # header file directories # -INCS += -I$(SRC)/uts/common/ +INCS += -I$(SRC)/uts/common/ # # Overrides @@ -64,13 +62,10 @@ INCS += -I$(SRC)/uts/common/ LDFLAGS += -dy -Ndrv/fcp -Nmisc/fctl -Nmisc/scsi # -# Lint tags +# 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_ASSIGN_NARROW_CONV -LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN -LINTTAGS += -erroff=E_SUSPICIOUS_COMPARISON -LINTTAGS += -erroff=E_STATIC_UNUSED - CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-unused-function @@ -90,12 +85,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |