b250187ecb9698546885f906fc8321a2a399f0e6saisai# CDDL HEADER START
b250187ecb9698546885f906fc8321a2a399f0e6saisai# The contents of this file are subject to the terms of the
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Common Development and Distribution License (the "License").
b250187ecb9698546885f906fc8321a2a399f0e6saisai# You may not use this file except in compliance with the License.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b250187ecb9698546885f906fc8321a2a399f0e6saisai# See the License for the specific language governing permissions
b250187ecb9698546885f906fc8321a2a399f0e6saisai# and limitations under the License.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# When distributing Covered Code, include this CDDL HEADER in each
b250187ecb9698546885f906fc8321a2a399f0e6saisai# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# If applicable, add the following below this CDDL HEADER, with the
b250187ecb9698546885f906fc8321a2a399f0e6saisai# fields enclosed by brackets "[]" replaced with your own identifying
b250187ecb9698546885f906fc8321a2a399f0e6saisai# information: Portions Copyright [yyyy] [name of copyright owner]
b250187ecb9698546885f906fc8321a2a399f0e6saisai# CDDL HEADER END
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Use is subject to license terms.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Path to the base of the uts directory tree (usually /usr/src/uts).
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Define the module and object file sets.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Include common rules.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# lint pass one enforcement
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Define targets
b250187ecb9698546885f906fc8321a2a399f0e6saisaiINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Turn this on once compiler understands v9 in it's backend
b250187ecb9698546885f906fc8321a2a399f0e6saisai#INLINES += $(UTSBASE)/sun4v/io/pci.il
b250187ecb9698546885f906fc8321a2a399f0e6saisai# lint pass one enforcement
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Turn on doubleword alignment for 64 bit registers
b250187ecb9698546885f906fc8321a2a399f0e6saisai#Need to verify to add glvc driver required
b250187ecb9698546885f906fc8321a2a399f0e6saisai#LDFLAGS += -dy -Ndrv/rmclomv
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# For now, disable these lint checks; maintainers should endeavor
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# to investigate and remove these for maximum lint coverage.
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# Please do not carry these forward to new Makefiles.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Default build targets.
b250187ecb9698546885f906fc8321a2a399f0e6saisai# Include common targets.