Makefile revision 2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# CDDL HEADER START
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# The contents of this file are subject to the terms of the
5d2568aa9d3218e32bcbe795473e6d2d710a4ab6Mark Andrews# Common Development and Distribution License (the "License").
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# You may not use this file except in compliance with the License.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# See the License for the specific language governing permissions
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# and limitations under the License.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson# CDDL HEADER END
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# Use is subject to license terms.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# This makefile drives the production of the fcoe driver.
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson# Path to the base of the uts directory tree (usually /usr/src/uts).
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson# Define the module and object file sets.
0e873a120279dbae16ec3773d7c67d473602b7c6Andreas Gustafsson# Include common rules.
72e278abc7c73059de68017eceae7d5138ee98c1Andreas Gustafsson# Define targets
d075bd326e34600c036c905eea6c80f565ea951fAndreas GustafssonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
7f800a6b10b0172e36e6fef855f48109717b6a2cAndreas Gustafsson# Overrides and depends_on
63404af69b0b99b8fa551e92702921f01c3bbfd7Andreas Gustafsson# Default build targets.
3d4a70fe38769e42b943717256208b63fec05f32Andreas Gustafsson# Include common targets.