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