Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
4e10d188042815c5285edf00ea96896b862e0863aurium# CDDL HEADER START
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# The contents of this file are subject to the terms of the
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Common Development and Distribution License (the "License").
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# You may not use this file except in compliance with the License.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# See the License for the specific language governing permissions
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# and limitations under the License.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# When distributing Covered Code, include this CDDL HEADER in each
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# If applicable, add the following below this CDDL HEADER, with the
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# fields enclosed by brackets "[]" replaced with your own identifying
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# information: Portions Copyright [yyyy] [name of copyright owner]
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# CDDL HEADER END
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Use is subject to license terms.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# This makefile drives the production of the sf driver kernel module.
2ebfcf72203f94f579931a9cfe6658a65ca5027daurium# sun4u architecture dependent
4e10d188042815c5285edf00ea96896b862e0863aurium# Path to the base of the uts directory tree (usually /usr/src/uts).
4e10d188042815c5285edf00ea96896b862e0863aurium# Define the module and object file sets.
1cd8881c9c3a32110a49a6668919aa3750dc1285JazzyNico# Include common rules.
1cd8881c9c3a32110a49a6668919aa3750dc1285JazzyNico# Define targets
4e10d188042815c5285edf00ea96896b862e0863auriumINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
4e10d188042815c5285edf00ea96896b862e0863aurium# Define dependency on scsi
4e10d188042815c5285edf00ea96896b862e0863aurium# For now, disable these lint checks; maintainers should endeavor
83aaf46c9feab529aeb9add871c05c3d1177afccaurium# to investigate and remove these for maximum lint coverage.
4e10d188042815c5285edf00ea96896b862e0863aurium# Please do not carry these forward to new Makefiles.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Default build targets.
4b20bf95123c697a0635b14433d183b02d8b8781aurium# Include common targets.