a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# CDDL HEADER START
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# The contents of this file are subject to the terms of the
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Common Development and Distribution License (the "License").
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# You may not use this file except in compliance with the License.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# See the License for the specific language governing permissions
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# and limitations under the License.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# When distributing Covered Code, include this CDDL HEADER in each
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# If applicable, add the following below this CDDL HEADER, with the
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# fields enclosed by brackets "[]" replaced with your own identifying
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# information: Portions Copyright [yyyy] [name of copyright owner]
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# CDDL HEADER END
4558d122136f151d62acbbc02ddb42df89a5ef66Viswanathan Kannappan# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# This makefile drives the production of the iscsit pseudo-driver for
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Path to the base of the uts directory tree (usually /usr/src/uts).
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Define the module and object file sets.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter DunlapCONF_SRCDIR = $(UTSBASE)/common/io/comstar/port/iscsit
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Include common rules.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Define targets
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter DunlapINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Overrides and depends_on
0f1702c5201310f0529cd5abb77652e5e9b241b6Yu XiangningLDFLAGS += -dy -Ndrv/stmf -Nmisc/idm -Nfs/sockfs -Nmisc/md5 -Nmisc/ksocket
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Default build targets.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap# Include common targets.