Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# CDDL HEADER START
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# The contents of this file are subject to the terms of the
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# Common Development and Distribution License, Version 1.0 only
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# (the "License"). You may not use this file except in compliance
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# with the License.
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# See the License for the specific language governing permissions
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# and limitations under the License.
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# When distributing Covered Code, include this CDDL HEADER in each
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# If applicable, add the following below this CDDL HEADER, with the
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# fields enclosed by brackets "[]" replaced with your own identifying
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# CDDL HEADER END
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# Use is subject to license terms.
294802790e8030f1c19b6c2c5d5204b6f464c729Michael Graff#pragma ident "%Z%%M% %I% %E% SMI"
294802790e8030f1c19b6c2c5d5204b6f464c729Michael Graff# This makefile drives the production of the TS_DPTBL dispatch table
294802790e8030f1c19b6c2c5d5204b6f464c729Michael Graff# kernel module.
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# intel architecture dependent
64828244e04e86dfa40f0a4f0c05f27923da499dMichael Graff# Path to the base of the uts directory tree (usually /usr/src/uts).
31fab17bcdbe302592a6c0dc5374ef56333ee879Michael Graff# Define the module and object file sets.
e45d323a2a0f4ca08d4b139546e60a5fa7bd3f0cMichael Graff# Include common rules.
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# Define targets
31fab17bcdbe302592a6c0dc5374ef56333ee879Michael Graff# Default build targets.
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# Include common targets.