Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman# CDDL HEADER START
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman# The contents of this file are subject to the terms of the
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman# Common Development and Distribution License (the "License").
37f6466aa327a5b444e41c8cb57ab5caacfe6279Evan Hunt# You may not use this file except in compliance with the License.
37f6466aa327a5b444e41c8cb57ab5caacfe6279Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews# See the License for the specific language governing permissions
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews# and limitations under the License.
ce6f0c122140647b5652c0d4de523c994fcfea08Michał Kępień# When distributing Covered Code, include this CDDL HEADER in each
ce6f0c122140647b5652c0d4de523c994fcfea08Michał Kępień# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt# CDDL HEADER END
1073e2001caee13cc1fa52de97feddd633d50fd8Evan Hunt# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
1073e2001caee13cc1fa52de97feddd633d50fd8Evan Hunt# Use is subject to license terms.
11c4e6d8fcc9bc148543c1ee632315e096d2bcf2Michał Kępień# This makefile drives the production of the sun4v "su" driver module.
59122481b2aa65de4518677c6949f03711d2553aEvan Hunt# sun4v implementation architecture dependent
fe6d2fd8338d6f6ac4c79bea9a8daad903460040Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
05a456499af940762d6658366abafb220c5053ccMark Andrews# Define the module and object file sets.
e56c0854589d936f911e0aac2f2bf53cbc8a6af7Michał Kępień# Include common rules.
6727802528c27484e0d36d70f0b936022d3226e3Michał Kępień# Define targets
42ae02626d05921ca7508ae6f9c48ea699596bc6Mark Andrews# lint pass one enforcement
72b322cde0e51c4c87df0c9e3226deac95dfb4ceMark Andrews# For now, disable these lint checks; maintainers should endeavor
72b322cde0e51c4c87df0c9e3226deac95dfb4ceMark Andrews# to investigate and remove these for maximum lint coverage.
28ea558bc80f75e46d77ea0533232bb9d4e644f7Mark Andrews# Please do not carry these forward to new Makefiles.
f7d148398ca4511551c737e655b15f7d0d59a783Mark Andrews# Default build targets.
d315545e6db6792692fe2dcb788ac6717a33b75fEvan Hunt# Include common targets.