Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
2021e9833981f994f862e7157cb4b96cad797362trawick# The contents of this file are subject to the terms of the
2021e9833981f994f862e7157cb4b96cad797362trawick# Common Development and Distribution License (the "License").
2021e9833981f994f862e7157cb4b96cad797362trawick# You may not use this file except in compliance with the License.
793214f67dede32edfd9ee96c664ead04d175cbbjfclere# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
aba55cd5d565f6f00a3d0e17c5724fdd3a50827ftrawick# See the License for the specific language governing permissions
aba55cd5d565f6f00a3d0e17c5724fdd3a50827ftrawick# and limitations under the License.
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick# When distributing Covered Code, include this CDDL HEADER in each
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick# If applicable, add the following below this CDDL HEADER, with the
3ccfc257819b3bad063cd3ac9dd1670d5d2ae4d2kbrand# fields enclosed by brackets "[]" replaced with your own identifying
3ccfc257819b3bad063cd3ac9dd1670d5d2ae4d2kbrand# information: Portions Copyright [yyyy] [name of copyright owner]
3ccfc257819b3bad063cd3ac9dd1670d5d2ae4d2kbrand# CDDL HEADER END
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza# Use is subject to license terms.
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
56589be3d7a3e9343370df240010c6928cc78b39jkaluza# This makefile drives the production of the sf driver kernel module.
8c4967445b49a1612b3f98c1dada65e597ecfe26trawick# sun4u architecture dependent
61fefed8ce5211c31b44f3a38a6e76ca055e5780trawick# Path to the base of the uts directory tree (usually /usr/src/uts).
6001d914962deabb83a46251001612e969bdf67ajim# Define the module and object file sets.
f4db898517ccc6ef1a403630de56918286d3a47eminfrin# Include common rules.
067698ad30941e38ef5d7f95f1c2736c2ebc5cb9humbedooh# Define targets
7a437ce535a5fac890296402ba483c2f41bb6500trawickINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
921d32d80d8271da08f12fc374a69cb36d1d63b3covener# Define dependency on scsi
faea99bb676ec50ece38da6b1879aa37546483a2covener# For now, disable these lint checks; maintainers should endeavor
faea99bb676ec50ece38da6b1879aa37546483a2covener# to investigate and remove these for maximum lint coverage.
faea99bb676ec50ece38da6b1879aa37546483a2covener# Please do not carry these forward to new Makefiles.
50cfe8bbbaf4279375802531268e2bf0155215fetrawick# Default build targets.
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener# Include common targets.