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