Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley# CDDL HEADER START
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# The contents of this file are subject to the terms of the
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Common Development and Distribution License (the "License").
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# If applicable, add the following below this CDDL HEADER, with the
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# CDDL HEADER END
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
fc8a6561cbb0a1fea849950a3217aacd3b8f1eacDavid Lawrence# Use is subject to license terms.
ed04318ef686581fc9a20965a5be02abfb4f1bd5Andreas Gustafsson# ident "@(#)Makefile 1.10 08/07/25 SMI"
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# This makefile drives the production of fp driver kernel module.
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# i86pc architecture dependent
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Path to the base of the uts directory tree (usually /usr/src/uts).
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Define the module and object file sets.
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas GustafssonCONF_SRCDIR = $(UTSBASE)/sparc/io/fibre-channel/impl/
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Include common rules.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# Define targets
78838d3e0cd62423c23de5503910e01884d2104bBrian WellingtonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
78838d3e0cd62423c23de5503910e01884d2104bBrian Wellington# header file directories
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas GustafssonLDFLAGS += -dy -Nmisc/fctl -Ndrv/fcp -Nmisc/scsi
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Default build targets.
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Include common targets.