Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# CDDL HEADER START
0c476bd3bc299d4daa45a6b849ab10e762132743William King# The contents of this file are subject to the terms of the
0c476bd3bc299d4daa45a6b849ab10e762132743William King# Common Development and Distribution License (the "License").
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# If applicable, add the following below this CDDL HEADER, with the
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
0c476bd3bc299d4daa45a6b849ab10e762132743William King# CDDL HEADER END
51917258dbb23cfe6069ae1cf2b7fc5aefc1e0c2Bob Halley# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
da49cb62e02793a1b31ec877dcbfddc8911dbcb8David Lawrence# Use is subject to license terms.
0c476bd3bc299d4daa45a6b849ab10e762132743William King# This makefile drives the production of the sun4u UltraSPARC driver
08a768e82ad64ede97f640c88e02984b59122753Michael Graff# sun4u implementation architecture dependent
da49cb62e02793a1b31ec877dcbfddc8911dbcb8David Lawrence# Path to the base of the uts directory tree (usually /usr/src/uts).
0c476bd3bc299d4daa45a6b849ab10e762132743William King# Define the module and object file sets.
0c476bd3bc299d4daa45a6b849ab10e762132743William KingROOTSOFTLINKS = $(SOFTLINKS:%=$(ROOT_PSM_CPU_DIR)/%)
0c476bd3bc299d4daa45a6b849ab10e762132743William King# Include common rules.
@echo "resolving symbols against unix.o"