Makefile revision e4b86885570d77af552e9cf94f142f4d744fb8c8
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# CDDL HEADER START
9210d8796eaf4125ac58c034f9b5ca167857a55aAutomatic Updater# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License (the "License").
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# You may not use this file except in compliance with the License.
9210d8796eaf4125ac58c034f9b5ca167857a55aAutomatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# See the License for the specific language governing permissions
9210d8796eaf4125ac58c034f9b5ca167857a55aAutomatic Updater# and limitations under the License.
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# CDDL HEADER END
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# Use is subject to license terms.
351b62535d4c4f89883bfdba025999dd32490266Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Define the module and object file sets.
f5ae3cca1d2832239cc821bdef77e90c1739e66dTinderbox UserOBJECTS += $(CPU_GCPU_XPV_OBJS:%=$(OBJS_DIR)/%)
ec899c963c91c16c393e067996400ae244921110Tinderbox UserLINTS = $(CPU_GCPU_OBJS:%.o=$(LINTS_DIR)/%.ln)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Include common rules.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Our lint library has a different name from that of the module we build.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# Define targets
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# Default build targets.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Include common targets.