7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# CDDL HEADER START
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# The contents of this file are subject to the terms of the
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Common Development and Distribution License (the "License").
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# You may not use this file except in compliance with the License.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# or http://www.opensolaris.org/os/licensing.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# See the License for the specific language governing permissions
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# and limitations under the License.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# CDDL HEADER END
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# uts/intel/audiosolo/Makefile
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Use is subject to license terms.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# This makefile drives the production of the audiosolo driver.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Path to the base of the uts directory tree (usually /usr/src/uts).
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreUTSBASE = ../..
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Define the module and object file sets.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreMODULE = audiosolo
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreOBJECTS = $(AUDIOSOLO_OBJS:%=$(OBJS_DIR)/%)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreLINTS = $(AUDIOSOLO_OBJS:%.o=$(LINTS_DIR)/%.ln)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Include common rules.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoreinclude $(UTSBASE)/intel/Makefile.intel
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Define targets
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreALL_TARGET = $(BINARY)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreLINT_TARGET = $(MODULE).lint
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'AmoreLDFLAGS += -dy -Ndrv/audio
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7014882c6a3672fd0e5d60200af8643ae53c5928Richard LoweCERRWARN += -_gcc=-Wno-uninitialized
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Default build targets.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore.KEEP_STATE:
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoredef: $(DEF_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoreall: $(ALL_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoreclean: $(CLEAN_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoreclobber: $(CLOBBER_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amorelint: $(LINT_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoremodlintlib: $(MODLINTLIB_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoreclean.lint: $(CLEAN_LINT_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoreinstall: $(INSTALL_DEPS)
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore# Include common targets.
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amore#
7a4f122cf63a91c2888629e433b5f5ee7536a802Garrett D'Amoreinclude $(UTSBASE)/intel/Makefile.targ