Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson# CDDL HEADER START
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson# The contents of this file are subject to the terms of the
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson# Common Development and Distribution License, Version 1.0 only
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson# (the "License"). You may not use this file except in compliance
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson# with the License.
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews# See the License for the specific language governing permissions
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews# and limitations under the License.
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson# CDDL HEADER END
a24d253a3f4e6f4036800744b348fba858d4959eMark Andrews# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson# Use is subject to license terms.
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington#ident "%Z%%M% %I% %E% SMI"
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson# This makefile drives the production of a pHCI test driver
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews# for testing the MPxIO framework.
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews# Define the module and object file sets.
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas GustafssonLINTS = $(TPHCI_OBJS:%.o=$(LINTS_DIR)/%.ln)
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson# Include common rules.
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews# Define targets
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson# Default build targets.
e22dca2a9ad30d493a869586abed86f7268204f9Mark Andrews# Include common targets.