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