Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
28d9fd53819cc163629c867466b20d8ebcae8842David Lawrence# CDDL HEADER START
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# The contents of this file are subject to the terms of the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Common Development and Distribution License (the "License").
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# 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
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
659c68b446073e4e450dd2021fdb5bc40decffe2David Lawrence# CDDL HEADER END
854d0238dbc2908490197984b3b9d558008a53dfMark Andrews# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Use is subject to license terms.
6324997211a5e2d82528dcde98e8981190a35faeMichael Graff# ident "@(#)Makefile 1.10 08/07/25 SMI"
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence# This makefile drives the production of fp driver kernel module.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# i86pc architecture dependent
f7b99290c31abeb20c55fc55391510450ce60423Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Define the module and object file sets.
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael GraffCONF_SRCDIR = $(UTSBASE)/sparc/io/fibre-channel/impl/
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Include common rules.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Define targets
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# header file directories
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsLDFLAGS += -dy -Nmisc/fctl -Ndrv/fcp -Nmisc/scsi
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Default build targets.
4529cdaedaf1a0a5f8ff89aeca510b7a4475446cBob Halley# Include common targets.