summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/fcodem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/fcodem/Makefile')
-rw-r--r--usr/src/uts/sparc/fcodem/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/usr/src/uts/sparc/fcodem/Makefile b/usr/src/uts/sparc/fcodem/Makefile
index 57bee792a0..6f00465d92 100644
--- a/usr/src/uts/sparc/fcodem/Makefile
+++ b/usr/src/uts/sparc/fcodem/Makefile
@@ -19,12 +19,10 @@
# CDDL HEADER END
#
#
-# uts/sparc/fcodem/Makefile
-#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
+
#
# This makefile drives the production of the fcodem misc kernel module
#
@@ -41,7 +39,6 @@ UTSBASE = ../..
#
MODULE = fcodem
OBJECTS = $(FCODEM_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(FCODEM_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE)
#
@@ -53,7 +50,6 @@ include $(UTSBASE)/sparc/Makefile.sparc
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -61,12 +57,6 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
INC_PATH += -I$(UTSBASE)/sun4
-# Turn this on once compiler understands v9 in it's backend
-#INLINES += $(UTSBASE)/sun4/io/fcode.il
-
-#
-# lint pass one enforcement
-#
CFLAGS += $(CCVERBOSE)
#
@@ -87,12 +77,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#