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