summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/uath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/uath/Makefile')
-rw-r--r--usr/src/uts/intel/uath/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/uts/intel/uath/Makefile b/usr/src/uts/intel/uath/Makefile
index afa1d62e54..dae14c125c 100644
--- a/usr/src/uts/intel/uath/Makefile
+++ b/usr/src/uts/intel/uath/Makefile
@@ -39,7 +39,6 @@ UTSBASE = ../..
#
MODULE = uath
OBJECTS = $(UATH_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(UATH_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
#
@@ -51,7 +50,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -62,7 +60,6 @@ LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Nmisc/usba
#
# Overrides
#
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
#
# Default build targets.
@@ -77,12 +74,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#