Makefile revision 88447a05f537aabe9a1bc3d5313f22581ec992a7
4778ff543a041ac356d6e661cc9b66c3fafa2092Adam Moore# CDDL HEADER START
4778ff543a041ac356d6e661cc9b66c3fafa2092Adam Moore# The contents of this file are subject to the terms of the
2c5ce90c334a2d0f18474e85c93b424b6ec9daaaAdam Moore# Common Development and Distribution License (the "License").
4778ff543a041ac356d6e661cc9b66c3fafa2092Adam Moore# You may not use this file except in compliance with the License.
dbe7d1d8fcb85b219fa0d9ab081b7724c651e63dAdam Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e125e48e3547df3d96d6f2b0e1cf71c9a12a86b5Adam Moore# See the License for the specific language governing permissions
e125e48e3547df3d96d6f2b0e1cf71c9a12a86b5Adam Moore# and limitations under the License.
e125e48e3547df3d96d6f2b0e1cf71c9a12a86b5Adam Moore# When distributing Covered Code, include this CDDL HEADER in each
dbe7d1d8fcb85b219fa0d9ab081b7724c651e63dAdam Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# If applicable, add the following below this CDDL HEADER, with the
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# fields enclosed by brackets "[]" replaced with your own identifying
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# information: Portions Copyright [yyyy] [name of copyright owner]
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# CDDL HEADER END
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# Use is subject to license terms.
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# This makefile drives the production of the audioens driver.
0670af1110de6616e0c87818a4ddbd048bc07b97Adam Moore# Path to the base of the uts directory tree (usually /usr/src/uts).
701dfa296d4afcfc9da4c68aaa58369782ca12f4Adam Moore# Define the module and object file sets.
701dfa296d4afcfc9da4c68aaa58369782ca12f4Adam MooreCONF_SRCDIR = $(UTSBASE)/common/io/audio/drv/audioens
918b08f9832633dcbf580984b649169aff501b36Adam Moore# Include common rules.
dbe7d1d8fcb85b219fa0d9ab081b7724c651e63dAdam Moore# Define targets
6e1414a3787add08f9e6457d3d872d980d614862Adam MooreINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
57fe6dcf945efb6f89119a961654a9b0914ddc5cAdam Moore# Default build targets.
dcdf332ac871e588177e21c7cbd0045657826f84Adam Moore# Include common targets.