diff options
Diffstat (limited to 'usr/src/uts/intel/tokenmt/Makefile')
| -rw-r--r-- | usr/src/uts/intel/tokenmt/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/usr/src/uts/intel/tokenmt/Makefile b/usr/src/uts/intel/tokenmt/Makefile index 22532c5af9..5f241b3f36 100644 --- a/usr/src/uts/intel/tokenmt/Makefile +++ b/usr/src/uts/intel/tokenmt/Makefile @@ -23,7 +23,6 @@ # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" # # This makefile creates the tokenmt metering (ipp) module. # intel architecture dependent @@ -39,7 +38,6 @@ UTSBASE = ../.. # MODULE = tokenmt OBJECTS = $(TOKENMT_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(TOKENMT_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_IPP_DIR)/$(MODULE) # @@ -56,18 +54,9 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) -LDFLAGS += -dy -Ndrv/ip - -# -# 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. -# -LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN -LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW +LDFLAGS += -Ndrv/ip # # Default build targets. @@ -82,12 +71,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |
