Makefile revision a6d42e7d71324c5193c3b94d57d96ba2925d52e1
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# CDDL HEADER START
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# The contents of this file are subject to the terms of the
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Common Development and Distribution License (the "License").
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# You may not use this file except in compliance with the License.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# See the License for the specific language governing permissions
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# and limitations under the License.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# When distributing Covered Code, include this CDDL HEADER in each
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# If applicable, add the following below this CDDL HEADER, with the
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# fields enclosed by brackets "[]" replaced with your own identifying
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# information: Portions Copyright [yyyy] [name of copyright owner]
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# CDDL HEADER END
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Use is subject to license terms.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# This makefile drives the production of the iscsit pseudo-driver for
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Path to the base of the uts directory tree (usually /usr/src/uts).
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Define the module and object file sets.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav GlassCONF_SRCDIR = $(UTSBASE)/common/io/comstar/port/iscsit
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Include common rules.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Define targets
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav GlassINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Overrides and depends_on
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav GlassLDFLAGS += -dy -Ndrv/stmf -Nmisc/idm -Nfs/sockfs -Nmisc/md5
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav GlassINC_PATH += -I$(UTSBASE)/common/io/comstar/port/iscsit
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# This path should be remove with the libiscsit.h/iscsit_common.h issue is
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Default build targets.
33d85edf47749fa345d7b636b9b4b9d0d0386f44Dav Glass# Include common targets.