summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/fcode
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/fcode')
-rw-r--r--usr/src/uts/sparc/fcode/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/src/uts/sparc/fcode/Makefile b/usr/src/uts/sparc/fcode/Makefile
index 6077d2646a..376d735edc 100644
--- a/usr/src/uts/sparc/fcode/Makefile
+++ b/usr/src/uts/sparc/fcode/Makefile
@@ -40,7 +40,6 @@ UTSBASE = ../..
#
MODULE = fcode
OBJECTS = $(FCODE_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(FCODE_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
CONF_SRCDIR = $(UTSBASE)/sun4/io/efcode
@@ -53,7 +52,6 @@ include $(UTSBASE)/sparc/Makefile.sparc
# Define targets
#
ALL_TARGET = $(BINARY) $(SRC_CONFFILE)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
@@ -61,12 +59,6 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
#
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)
#
@@ -77,7 +69,7 @@ CFLAGS += -dalign
#
# Define dependency on fcodem
#
-LDFLAGS += -dy -N misc/fcodem
+LDFLAGS += -N misc/fcodem
#
# Default build targets.
@@ -92,12 +84,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#