diff options
Diffstat (limited to 'usr/src/uts/sparc/rsmops/Makefile')
| -rw-r--r-- | usr/src/uts/sparc/rsmops/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/usr/src/uts/sparc/rsmops/Makefile b/usr/src/uts/sparc/rsmops/Makefile index de0d4740d2..9fc7bba9d4 100644 --- a/usr/src/uts/sparc/rsmops/Makefile +++ b/usr/src/uts/sparc/rsmops/Makefile @@ -20,11 +20,10 @@ # CDDL HEADER END # # -# uts/sparc/rsmops/Makefile # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" + # # This makefile drives the production of the rsmops module # @@ -37,9 +36,8 @@ UTSBASE = ../.. # # Define the module and object file sets. # -MODULE = rsmops +MODULE = rsmops OBJECTS = $(RSMOPS_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(RSMOPS_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE) # @@ -51,7 +49,6 @@ include $(UTSBASE)/sparc/Makefile.sparc # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # @@ -59,9 +56,6 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # INC_PATH += -I $(UTSBASE)/common/sys/rsm -# -# lint pass one enforcement -# CFLAGS += $(CCVERBOSE) # @@ -77,12 +71,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |
