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