Makefile revision 494f7e12a62129ef191a15f9dfde6b7abe3bf510
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# CDDL HEADER START
ef567531a4343e1f8f28a523b7a3cc16a7f3e122Christian Maeder# The contents of this file are subject to the terms of the
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Common Development and Distribution License (the "License").
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# You may not use this file except in compliance with the License.
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# or http://www.opensolaris.org/os/licensing.
9929f81562adecc8aafaefb14a0159afcf4a3351Christian Maeder# See the License for the specific language governing permissions
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# and limitations under the License.
1921826503a6c342d31a646e513e6250d8c28128Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
9929f81562adecc8aafaefb14a0159afcf4a3351Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
80165d62acd4644f062affcd5968ebed7b5b4b51Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
80165d62acd4644f062affcd5968ebed7b5b4b51Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
2dc26996d32244796c48c71fe44413c8ebf8bbc9Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
80165d62acd4644f062affcd5968ebed7b5b4b51Christian Maeder# CDDL HEADER END
80165d62acd4644f062affcd5968ebed7b5b4b51Christian Maeder# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
80165d62acd4644f062affcd5968ebed7b5b4b51Christian Maeder# Use is subject to license terms.
80165d62acd4644f062affcd5968ebed7b5b4b51Christian Maeder# This makefile drives the production of the TPM driver kernel
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder# Define the module and object file sets.
2dc26996d32244796c48c71fe44413c8ebf8bbc9Christian Maeder# Include common rules.
2dc26996d32244796c48c71fe44413c8ebf8bbc9Christian Maeder# For now, TPM only delivers on x86/64 platforms, so only build
2dc26996d32244796c48c71fe44413c8ebf8bbc9Christian Maeder# with the Intel rules.
0ea2cddb8715a770e646895e16b7b8085f49167cChristian Maeder# Define targets
9929f81562adecc8aafaefb14a0159afcf4a3351Christian Maeder# This is for everything except /usr/include/tss/
2da76b16c033999e20d20bd6f4df3d1c5922f42aChristian Maeder# This is for /usr/include/tss/, which is not built in the ON consolidation
9929f81562adecc8aafaefb14a0159afcf4a3351Christian Maeder# Default build targets.