869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# CDDL HEADER START
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# The contents of this file are subject to the terms of the
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Common Development and Distribution License (the "License").
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# You may not use this file except in compliance with the License.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# See the License for the specific language governing permissions
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# and limitations under the License.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# If applicable, add the following below this CDDL HEADER, with the
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# CDDL HEADER END
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Use is subject to license terms.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# This makefile drives the production of the fcoei driver for
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Path to the base of the uts directory tree (usually /usr/src/uts).
8f8f8324cd7eb3d7d1d6b446be35096b9eff5f58Andrew Forrest# Define the module and object file sets.
8f8f8324cd7eb3d7d1d6b446be35096b9eff5f58Andrew ForrestCONF_SRCDIR = $(UTSBASE)/common/io/fibre-channel/fca/fcoei
8f8f8324cd7eb3d7d1d6b446be35096b9eff5f58Andrew Forrest# Include common rules.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Define targets
869a36e2649ae064c98063cf1e55198488d78d12Allan FosterINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Overrides and depends_on
869a36e2649ae064c98063cf1e55198488d78d12Allan FosterINC_PATH += -I$(UTSBASE)/common/io/fibre-channel/fca/fcoei
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Default build targets.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster# Include common targets.