Makefile revision 59ac0c1669407488b67ae9e273667a340dccc611
59ac0c1669407488b67ae9e273667a340dccc611davemq# CDDL HEADER START
59ac0c1669407488b67ae9e273667a340dccc611davemq# The contents of this file are subject to the terms of the
59ac0c1669407488b67ae9e273667a340dccc611davemq# Common Development and Distribution License (the "License").
59ac0c1669407488b67ae9e273667a340dccc611davemq# You may not use this file except in compliance with the License.
59ac0c1669407488b67ae9e273667a340dccc611davemq# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
59ac0c1669407488b67ae9e273667a340dccc611davemq# See the License for the specific language governing permissions
59ac0c1669407488b67ae9e273667a340dccc611davemq# and limitations under the License.
59ac0c1669407488b67ae9e273667a340dccc611davemq# When distributing Covered Code, include this CDDL HEADER in each
59ac0c1669407488b67ae9e273667a340dccc611davemq# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
59ac0c1669407488b67ae9e273667a340dccc611davemq# If applicable, add the following below this CDDL HEADER, with the
59ac0c1669407488b67ae9e273667a340dccc611davemq# fields enclosed by brackets "[]" replaced with your own identifying
59ac0c1669407488b67ae9e273667a340dccc611davemq# information: Portions Copyright [yyyy] [name of copyright owner]
59ac0c1669407488b67ae9e273667a340dccc611davemq# CDDL HEADER END
59ac0c1669407488b67ae9e273667a340dccc611davemq# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
59ac0c1669407488b67ae9e273667a340dccc611davemq# Use is subject to license terms.
59ac0c1669407488b67ae9e273667a340dccc611davemq#ident "%Z%%M% %I% %E% SMI"
59ac0c1669407488b67ae9e273667a340dccc611davemq# This makefile drives the production of the UltraSPARC-T2+ cpu module.
59ac0c1669407488b67ae9e273667a340dccc611davemq# sun4v implementation architecture dependent
59ac0c1669407488b67ae9e273667a340dccc611davemq# Path to the base of the uts directory tree (usually /usr/src/uts).
59ac0c1669407488b67ae9e273667a340dccc611davemq# Define the module and object file sets.
59ac0c1669407488b67ae9e273667a340dccc611davemq# Include common rules.
59ac0c1669407488b67ae9e273667a340dccc611davemq# Override defaults
59ac0c1669407488b67ae9e273667a340dccc611davemq# Define targets
59ac0c1669407488b67ae9e273667a340dccc611davemq# lint pass one enforcement
59ac0c1669407488b67ae9e273667a340dccc611davemqCFLAGS += $(CCVERBOSE) -DVFALLS_IMPL -DN2_ERRATUM_181_WORKAROUND
59ac0c1669407488b67ae9e273667a340dccc611davemq# cpu-module-specific flags
59ac0c1669407488b67ae9e273667a340dccc611davemqCPPFLAGS += -DCPU_MODULE -DVFALLS_IMPL -DN2_ERRATUM_181_WORKAROUND
59ac0c1669407488b67ae9e273667a340dccc611davemqAS_CPPFLAGS += -DCPU_MODULE -DVFALLS_IMPL -DN2_ERRATUM_181_WORKAROUND
59ac0c1669407488b67ae9e273667a340dccc611davemq# Default build targets.
59ac0c1669407488b67ae9e273667a340dccc611davemq @echo "resolving symbols against unix.o"
59ac0c1669407488b67ae9e273667a340dccc611davemq CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
59ac0c1669407488b67ae9e273667a340dccc611davemq# Include common targets.