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