Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
14763a0db22322626dd8cd59dfbc3a4fcc655d99trawick# The contents of this file are subject to the terms of the
c2549f0b237ac86f3623a601a766969d805dbc2and# Common Development and Distribution License (the "License").
c2549f0b237ac86f3623a601a766969d805dbc2and# You may not use this file except in compliance with the License.
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton# See the License for the specific language governing permissions
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton# and limitations under the License.
7efe7de73c89c26518714a504359244d03cfbbc5jorton# When distributing Covered Code, include this CDDL HEADER in each
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f84d3d83a741c21154d42e0ebdec9b9b37efeedcjorton# If applicable, add the following below this CDDL HEADER, with the
7efe7de73c89c26518714a504359244d03cfbbc5jorton# fields enclosed by brackets "[]" replaced with your own identifying
d60027cde3289d3ef35bc9d815882975eb60e6abjorton# information: Portions Copyright [yyyy] [name of copyright owner]
d60027cde3289d3ef35bc9d815882975eb60e6abjorton# CDDL HEADER END
269e0a31aa0f6aafe7292e932a182ccb535e55a9trawick# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
269e0a31aa0f6aafe7292e932a182ccb535e55a9trawick# Use is subject to license terms.
269e0a31aa0f6aafe7292e932a182ccb535e55a9trawick# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
263702cf74538e1c6d31b58baae20ac168a45712minfrin# This makefile drives the production of the sf driver kernel module.
50e23f7dca0da305e324349792fb7c27d8e04b60minfrin# sun4u architecture dependent
50e23f7dca0da305e324349792fb7c27d8e04b60minfrin# Path to the base of the uts directory tree (usually /usr/src/uts).
c1ba3b0ac00c4fee2f4b950dfdb167b39611b661nd# Define the module and object file sets.
03a3ed87983471816561562f957390ed935d7b3bnd# Include common rules.
33c6c050363f8b571cec0477008390a95b41523and# Define targets
2bfe4d90e1d374e14fd5db16a799e6f5e0944748nd# Overrides
97789c9dcc4cc724c9b80fb9b428d128c58e3e0and# Define dependency on scsi
56cefde0af6b8db6fda0f1d95d8cdca54f397cd0nd# For now, disable these lint checks; maintainers should endeavor
56cefde0af6b8db6fda0f1d95d8cdca54f397cd0nd# to investigate and remove these for maximum lint coverage.
56cefde0af6b8db6fda0f1d95d8cdca54f397cd0nd# Please do not carry these forward to new Makefiles.
9e8c2603790f490398a0fabf97866b6815748a54ianh# Default build targets.
bfbca4e24db7fef55c0ab787aca9f89594530b45geoff# Include common targets.