Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
ce8d7a0627c0f246376cccd980463f8250a6a97ebjh# CDDL HEADER START
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# The contents of this file are subject to the terms of the
6ded37e63424e43b00ca7c9055d355e071d6a444rbb# Common Development and Distribution License (the "License").
ce3da141a81ef0e22f46e496675f602e3c483b88rbb# You may not use this file except in compliance with the License.
65d743d7fbb53143636ee2dec8fe8d8a1a581a6bjerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
56ab8639aed4d3b2f031d9c1160c5f40af01bdebjerenkrantz# See the License for the specific language governing permissions
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# and limitations under the License.
87a87c1e1afc7eb004bc10594a9de98411866a20jerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrin# If applicable, add the following below this CDDL HEADER, with the
1b92a71f5cbda8da4aa13af1034aab30b85bcd99minfrin# fields enclosed by brackets "[]" replaced with your own identifying
b20fd88fb62a14780223a39488dba735d3643fdcwrowe# information: Portions Copyright [yyyy] [name of copyright owner]
11fc305f8a8a1264c398d80a30983db92514e068jerenkrantz# CDDL HEADER END
88ecd979f1112454432371f55a1420240fae3743trawick# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
ad1400ab704db9a0d0813670b183a699cea77333jorton# Use is subject to license terms.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# This makefile drives the production of the sgen driver.
1ddf25b77b03f7f4fd7a7676b62755da90cd3e0crbb# sparc architecture dependent
aa01f2bd8a4fc8a417b77d6fab108174f9ee1458jorton# Path to the base of the uts directory tree (usually /usr/src/uts).
49f79e02c1ca9aaf51f0c1fb06eeb1aa72cb1843gregames# Define the module and object file sets.
92c4ce31c526bc9e6272bc1157b496132c13d848rbb# Include common rules.
92c4ce31c526bc9e6272bc1157b496132c13d848rbb# Define targets.
92c4ce31c526bc9e6272bc1157b496132c13d848rbbINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
92c4ce31c526bc9e6272bc1157b496132c13d848rbb# Note dependancy on misc/scsi.
2b1f314755d8bf35d3e734339c8363c1cb57b3a3rjung# Overrides.
2b1f314755d8bf35d3e734339c8363c1cb57b3a3rjung# For now, disable these lint checks; maintainers should endeavor
2b1f314755d8bf35d3e734339c8363c1cb57b3a3rjung# to investigate and remove these for maximum lint coverage.
92c4ce31c526bc9e6272bc1157b496132c13d848rbb# Please do not carry these forward to new Makefiles.
fb333f30ae01a1f14b2afaa8a92c99192abf883erjung# Default build targets.
945a9b081610f2b57759231e4cfad7aed62c9326slive# Include common targets.