summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/mac_wifi
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/mac_wifi')
-rw-r--r--usr/src/uts/intel/mac_wifi/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/intel/mac_wifi/Makefile b/usr/src/uts/intel/mac_wifi/Makefile
index 11f22cfca7..716981a4a6 100644
--- a/usr/src/uts/intel/mac_wifi/Makefile
+++ b/usr/src/uts/intel/mac_wifi/Makefile
@@ -22,7 +22,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# This makefile drives the production of the mac_wifi plugin
+# This makefile drives the production of the mac_wifi plugin
# kernel module.
#
@@ -36,7 +36,6 @@ UTSBASE = ../..
#
MODULE = mac_wifi
OBJECTS = $(MAC_WIFI_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(MAC_WIFI_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MAC_DIR)/$(MODULE)
#
@@ -50,7 +49,6 @@ CERRWARN += -_gcc=-Wno-switch
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -73,12 +71,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#