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