e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# CDDL HEADER START
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# The contents of this file are subject to the terms of the
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Common Development and Distribution License (the "License").
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# You may not use this file except in compliance with the License.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6a3faa9e0e4639febffbd7018ce47b861626d0baAdam Moore# See the License for the specific language governing permissions
6a3faa9e0e4639febffbd7018ce47b861626d0baAdam Moore# and limitations under the License.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# When distributing Covered Code, include this CDDL HEADER in each
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# If applicable, add the following below this CDDL HEADER, with the
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# fields enclosed by brackets "[]" replaced with your own identifying
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# information: Portions Copyright [yyyy] [name of copyright owner]
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# CDDL HEADER END
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Use is subject to license terms.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# ident "%Z%%M% %I% %E% SMI"
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# This makefile drives the production of the bscbus driver kernel
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# module in the sun4u blade systems
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Path to the base of the uts directory tree (usually /usr/src/uts).
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Define the module and object file sets.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Include common rules.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Define targets
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam MooreINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# lint pass one enforcement
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Turn on doubleword alignment for 64 bit registers
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Default build targets.
e69255aa5a65f8406ba2fabaf69fe4e1d05daf69Adam Moore# Include common targets.