Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# CDDL HEADER START
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# The contents of this file are subject to the terms of the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Common Development and Distribution License (the "License").
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# You may not use this file except in compliance with the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# See the License for the specific language governing permissions
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# and limitations under the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# If applicable, add the following below this CDDL HEADER, with the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# CDDL HEADER END
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Use is subject to license terms.
c982ed7c45fa4e64e4743faaa318fcc7e5f707f0Mark Craig#ident "%Z%%M% %I% %E% SMI"
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# This makefile drives the production of the pmubus driver kernel module
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# sun4u implementation architecture dependent
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Path to the base of the uts directory tree (usually /usr/src/uts).
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Define the module and object file sets.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Include common rules.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Define targets
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# lint pass one enforcement
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Turn on doubleword alignment for 64-bit registers
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# For now, disable these lint checks; maintainers should endeavor
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# to investigate and remove these for maximum lint coverage.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Please do not carry these forward to new Makefiles.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Default build targets.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Include common targets.