Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic Updater# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License (the "License").
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You may not use this file except in compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and limitations under the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# When distributing Covered Code, include this CDDL HEADER in each
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below this CDDL HEADER, with the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# fields enclosed by brackets "[]" replaced with your own identifying
2895f101b5585a19015ac2c2c1e1812ac467fa12Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# This makefile drives the production of the fct driver for
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Path to the base of the uts directory tree (usually /usr/src/uts).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Define the module and object file sets.
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic UpdaterCONF_SRCDIR = $(UTSBASE)/common/io/fibre-channel/fca/emlxs
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Include common rules.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Define targets
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic UpdaterINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic Updater# Overrides and depends_on
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinINC_PATH += -I$(UTSBASE)/common/io/fibre-channel/fca/emlxs
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic UpdaterINC_PATH += -I$(UTSBASE)/common/sys/fibre-channel
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinINC_PATH += -I$(UTSBASE)/common/sys/fibre-channel/fca
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic UpdaterINC_PATH += -I$(UTSBASE)/common/sys/fibre-channel/impl
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic UpdaterINC_PATH += -I$(UTSBASE)/common/sys/fibre-channel/ulp
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# For now, disable these lint checks; maintainers should endeavor
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# to investigate and remove these for maximum lint coverage.
3cddb2c552ee6582e8db0849c28747f6b6ca57feAutomatic UpdaterLINTTAGS += -erroff=E_INCONS_VAL_TYPE_DECL2
3cddb2c552ee6582e8db0849c28747f6b6ca57feAutomatic Updater# Default build targets.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Include common targets.