Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# CDDL HEADER START
01d27eab5fca2dcb8e883011f8be77ae6b78a11cTed Gould# The contents of this file are subject to the terms of the
01d27eab5fca2dcb8e883011f8be77ae6b78a11cTed Gould# Common Development and Distribution License (the "License").
01d27eab5fca2dcb8e883011f8be77ae6b78a11cTed Gould# You may not use this file except in compliance with the License.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# See the License for the specific language governing permissions
8001ba81cb851b38d86650a2fef5817facffb763johanengelen# and limitations under the License.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# When distributing Covered Code, include this CDDL HEADER in each
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# If applicable, add the following below this CDDL HEADER, with the
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# fields enclosed by brackets "[]" replaced with your own identifying
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# information: Portions Copyright [yyyy] [name of copyright owner]
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# CDDL HEADER END
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Use is subject to license terms.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen#ident "%Z%%M% %I% %E% SMI"
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# This makefile drives the production of high definition audio
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# driver (audioixp) kernel module.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Path to the base of the uts directory tree (usually /usr/src/uts).
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Define the module and object file sets.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelenCONF_SRCDIR = $(UTSBASE)/common/io/audio/sada/drv/audioixp
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Include common rules.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Overrides, lint pass one enforcement
981b809bc6ed10a21e89444d9447e5475801874fjohanengelenLDFLAGS += -dy -Nmisc/amsrc2 -Nmisc/audiosup -Nmisc/mixer
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Define targets
981b809bc6ed10a21e89444d9447e5475801874fjohanengelenINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# For now, disable these lint checks; maintainers should endeavor
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# to investigate and remove these for maximum lint coverage.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Please do not carry these forward to new Makefiles.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Default build targets.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Include common targets.