summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/usbser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/usbser/Makefile')
-rw-r--r--usr/src/uts/intel/usbser/Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/usr/src/uts/intel/usbser/Makefile b/usr/src/uts/intel/usbser/Makefile
index 7932c9894f..ce834f51da 100644
--- a/usr/src/uts/intel/usbser/Makefile
+++ b/usr/src/uts/intel/usbser/Makefile
@@ -38,7 +38,6 @@ UTSBASE = ../..
#
MODULE = usbser
OBJECTS = $(USBSER_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(USBSER_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#
@@ -49,22 +48,14 @@ include $(UTSBASE)/intel/Makefile.intel
#
# depends on misc/usba
#
-LDFLAGS += -dy -Nmisc/usba
+LDFLAGS += -Nmisc/usba
#
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
-#
-# 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
-
# needs work
SMOFF += all_func_returns
@@ -78,12 +69,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#