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