diff options
Diffstat (limited to 'usr/src/uts/intel/usbvc/Makefile')
-rw-r--r-- | usr/src/uts/intel/usbvc/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/uts/intel/usbvc/Makefile b/usr/src/uts/intel/usbvc/Makefile index 5a641fc43a..d023b07333 100644 --- a/usr/src/uts/intel/usbvc/Makefile +++ b/usr/src/uts/intel/usbvc/Makefile @@ -41,7 +41,6 @@ UTSBASE = ../.. # MODULE = usbvc OBJECTS = $(USBVC_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(USBVC_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) # @@ -53,7 +52,6 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # @@ -71,7 +69,6 @@ LDFLAGS += -dy -Nmisc/usba # Disable this because it is necessary for this driver # and it is surely safe # -LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN CERRWARN += $(CNOWARN_UNINIT) @@ -91,12 +88,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |