Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# CDDL HEADER START
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# The contents of this file are subject to the terms of the
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Common Development and Distribution License, Version 1.0 only
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# (the "License"). You may not use this file except in compliance
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# with the License.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# See the License for the specific language governing permissions
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# and limitations under the License.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# CDDL HEADER END
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Use is subject to license terms.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# This makefile drives the production of the usb_ac driver
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# kernel module. Intel architecture dependent
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt#pragma ident "%Z%%M% %I% %E% SMI"
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Define the module and object file sets.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Include common rules.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Define targets
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Override defaults to build a unique, local modstubs.o.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan HuntLDFLAGS += -dy -Nmisc/usba -Nmisc/amsrc2 -Nmisc/audiosup -Nmisc/mixer
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Default build targets.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Include common targets.