Makefile revision 88447a05f537aabe9a1bc3d5313f22581ec992a7
c63ebf815c8a874525cf18670ad74847f7fc7b26Christian Maeder# CDDL HEADER START
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The contents of this file are subject to the terms of the
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maeder# and limitations under the License.
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a1ed34933c266ce85066acb0d7b20c90cb8eb213Christian Maeder# CDDL HEADER END
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian Maeder# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder# Use is subject to license terms.
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder# This makefile drives the production of the T2 audio driver
ce5b44277ea06257548ff625e928cb1290c6d297cmaeder# (audiots) kernel module.
ce5b44277ea06257548ff625e928cb1290c6d297cmaeder# Path to the base of the uts directory tree (usually /usr/src/uts).
3dde4051c307b609159a097f08a05108fdd036efJonathan von Schroeder# Define the module and object file sets.
3dde4051c307b609159a097f08a05108fdd036efJonathan von SchroederOBJECTS = $(AUDIOTS_OBJS:%=$(OBJS_DIR)/%)
3dde4051c307b609159a097f08a05108fdd036efJonathan von SchroederLINTS = $(AUDIOTS_OBJS:%.o=$(LINTS_DIR)/%.ln)
3dde4051c307b609159a097f08a05108fdd036efJonathan von SchroederROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
3dde4051c307b609159a097f08a05108fdd036efJonathan von SchroederCONF_SRCDIR = $(UTSBASE)/common/io/audio/drv/audiots
3dde4051c307b609159a097f08a05108fdd036efJonathan von Schroeder# Include common rules.
3dde4051c307b609159a097f08a05108fdd036efJonathan von Schroederinclude $(UTSBASE)/sparc/Makefile.sparc
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder# Overrides, lint pass one enforcement
8cacad2a09782249243b80985f28e9387019fe40Christian Maeder# Define targets
014dc30f64ec25e4790cca987d4d1e6635430510Christian MaederINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE_64)
6dc9bc98d0854fe2e3dd3bfc4275096a0c28ee1cChristian Maeder# Default build targets.
ca074a78b8dcccbb8c419586787882f98d0c6163Christian Maeder# Include common targets.