diff options
Diffstat (limited to 'usr/src/uts/intel/usbvc/Makefile')
| -rw-r--r-- | usr/src/uts/intel/usbvc/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr/src/uts/intel/usbvc/Makefile b/usr/src/uts/intel/usbvc/Makefile index 5a641fc43a..22be498595 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) # @@ -65,13 +63,12 @@ CLEANFILES += $(MODSTUBS_O) # # depends on misc/usba # -LDFLAGS += -dy -Nmisc/usba +LDFLAGS += -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) # |
