Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
132ee6ac1c26d6e8953836316ba50734eefab47bsf# The contents of this file are subject to the terms of the
132ee6ac1c26d6e8953836316ba50734eefab47bsf# Common Development and Distribution License (the "License").
132ee6ac1c26d6e8953836316ba50734eefab47bsf# You may not use this file except in compliance with the License.
497e47ed2aaf97b229bd29a8bdd15f5927dc50e6sf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf# See the License for the specific language governing permissions
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf# and limitations under the License.
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf# When distributing Covered Code, include this CDDL HEADER in each
4f517d09c93a552f177f49ff97e93aa44eb127ebcovener# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4f517d09c93a552f177f49ff97e93aa44eb127ebcovener# If applicable, add the following below this CDDL HEADER, with the
4f517d09c93a552f177f49ff97e93aa44eb127ebcovener# fields enclosed by brackets "[]" replaced with your own identifying
4f517d09c93a552f177f49ff97e93aa44eb127ebcovener# information: Portions Copyright [yyyy] [name of copyright owner]
20eead0b01d51fce0cc17d04b8f98ec38eac68aejim# CDDL HEADER END
20eead0b01d51fce0cc17d04b8f98ec38eac68aejim# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
cc45ee60ddfb8380b3703455098475eb72625ca8jim# Use is subject to license terms.
46e5dfe0899face9346d6711e4f2ba873d526991sf# This makefile drives the production of the sun4u chicago platform module.
aee831691bb9ecd96dea63d35bc8bdd21c0f0b1fsf# sun4u implementation architecture dependent
79ccc75d7de4e14e5add1fa73aaabda0f5d33fe6trawick# Path to the base of the uts directory tree (usually /usr/src/uts).
e758971371df73b097609b2fd62bc14ad935e096trawick# Define the module and object file sets.
d6fc66efa723db8b3ee5e9fd32579bed884e4e58sf# Include common rules.
f00cb80197f824c3ff00dd4fdff3b2c267a519d1kbrand# Override defaults
1d8d7e58e1d31d7b6fb7a518e09649a4dbb315e9trawick# Define targets
8b645fd3c950da73513b546366c7cfa7476c5c06jim# lint pass one enforcement
68ba377fc3b124baa759662077c48077ebadb186minfrin# Default build targets.
f4a715f904b014060ea6237fe29481ed21f5c7d0jorton @echo "resolving symbols against unix.o"
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick# Include common targets.