Makefile revision 582eadee8ab962bd0c2428714daa56ecb51f9402
2824667843ac381238615f814a4ab354267b4f81jvergara# CDDL HEADER START
2824667843ac381238615f814a4ab354267b4f81jvergara# The contents of this file are subject to the terms of the
2824667843ac381238615f814a4ab354267b4f81jvergara# Common Development and Distribution License (the "License").
2824667843ac381238615f814a4ab354267b4f81jvergara# You may not use this file except in compliance with the License.
2824667843ac381238615f814a4ab354267b4f81jvergara# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
2824667843ac381238615f814a4ab354267b4f81jvergara# and limitations under the License.
2824667843ac381238615f814a4ab354267b4f81jvergara# When distributing Covered Code, include this CDDL HEADER in each
2824667843ac381238615f814a4ab354267b4f81jvergara# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
2824667843ac381238615f814a4ab354267b4f81jvergara# CDDL HEADER END
2824667843ac381238615f814a4ab354267b4f81jvergara# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2824667843ac381238615f814a4ab354267b4f81jvergara# Use is subject to license terms.
2824667843ac381238615f814a4ab354267b4f81jvergara# ident "%Z%%M% %I% %E% SMI"
2824667843ac381238615f814a4ab354267b4f81jvergara# This makefile drives the production of high definition audio
2824667843ac381238615f814a4ab354267b4f81jvergara# driver (audiohd) kernel module.
2824667843ac381238615f814a4ab354267b4f81jvergara# Path to the base of the uts directory tree (usually /usr/src/uts).
2824667843ac381238615f814a4ab354267b4f81jvergara# Define the module and object file sets.
2824667843ac381238615f814a4ab354267b4f81jvergaraCONF_SRCDIR = $(UTSBASE)/common/io/audio/sada/drv/audiohd
2824667843ac381238615f814a4ab354267b4f81jvergara# Include common rules.
0281a861aafe5b15111219afcc4e6d9d42a70aa2jvergara# Overrides, lint pass one enforcement
0cbd31d6247021294d6736928172a8888452150cjvergaraLDFLAGS += -dy -Nmisc/amsrc2 -Nmisc/audiosup -Nmisc/mixer
0cbd31d6247021294d6736928172a8888452150cjvergara# Define targets
0cbd31d6247021294d6736928172a8888452150cjvergaraINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
0cbd31d6247021294d6736928172a8888452150cjvergara# Default build targets.
409d45a0c87d1c97e74de550e2eba4b0f089b942jvergara# Include common targets.