diff options
Diffstat (limited to 'usr/src/uts/intel/smp/Makefile')
| -rw-r--r-- | usr/src/uts/intel/smp/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/uts/intel/smp/Makefile b/usr/src/uts/intel/smp/Makefile index a001702635..a326524e29 100644 --- a/usr/src/uts/intel/smp/Makefile +++ b/usr/src/uts/intel/smp/Makefile @@ -23,8 +23,6 @@ # Copyright 2007 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 smp driver. @@ -41,7 +39,6 @@ UTSBASE = ../.. # MODULE = smp OBJECTS = $(SMP_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(SMP_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/common/io/scsi/targets @@ -54,13 +51,12 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets. # ALL_TARGET = $(BINARY) $(SRC_CONFILE) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # # Note dependancy on misc/scsi. # -LDFLAGS += -dy -N"misc/scsi" +LDFLAGS += -Nmisc/scsi # # Default build targets. @@ -75,12 +71,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |
