499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# CDDL HEADER START
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# The contents of this file are subject to the terms of the
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# Common Development and Distribution License (the "License").
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# If applicable, add the following below this CDDL HEADER, with the
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# Use is subject to license terms.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington#ident "%Z%%M% %I% %E% SMI"
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# This makefile drives the production of the RT scheduling class
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# kernel module.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# sparc architecture dependent
8a23742754e4640a298acb0d6bd7ed4da0c11798Brian Wellington# Path to the base of the uts directory tree (usually /usr/src/uts).
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# Define the module and object file sets.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# Include common rules.
dadd8860bbc6ed657ce1d64a7e813a6b7a1a2401Brian Wellington# Define targets
783055c0a61eba5f3a828d1b138155bae575eb14Brian Wellington# lint pass one enforcement
4e96d1fc0646de4d879e7a0bc1e7aba449a67596Michael Graff# For now, disable these lint checks; maintainers should endeavor
8a23742754e4640a298acb0d6bd7ed4da0c11798Brian Wellington# to investigate and remove these for maximum lint coverage.
8a23742754e4640a298acb0d6bd7ed4da0c11798Brian Wellington# Please do not carry these forward to new Makefiles.
8a23742754e4640a298acb0d6bd7ed4da0c11798Brian Wellington# Default build targets.
878d3073b13833ee1a50dfeabf8e400b6fdfc754Brian Wellington# Include common targets.