summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/fcoe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/fcoe/Makefile')
-rw-r--r--usr/src/uts/intel/fcoe/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/intel/fcoe/Makefile b/usr/src/uts/intel/fcoe/Makefile
index ac697a75f9..758bc84595 100644
--- a/usr/src/uts/intel/fcoe/Makefile
+++ b/usr/src/uts/intel/fcoe/Makefile
@@ -35,7 +35,6 @@ ARCHDIR:sh = cd ..; basename `pwd`
#
MODULE = fcoe
OBJECTS = $(FCOE_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(FCOE_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/common/io/fcoe
@@ -48,7 +47,6 @@ include ../Makefile.$(ARCHDIR)
# Define targets
#
ALL_TARGET = $(BINARY) $(SRC_CONFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
@@ -73,12 +71,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#