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