Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
269473047d747f7815af570197e4ef7322d3632cEvan Yan# CDDL HEADER START
269473047d747f7815af570197e4ef7322d3632cEvan Yan# The contents of this file are subject to the terms of the
269473047d747f7815af570197e4ef7322d3632cEvan Yan# Common Development and Distribution License, Version 1.0 only
269473047d747f7815af570197e4ef7322d3632cEvan Yan# (the "License"). You may not use this file except in compliance
269473047d747f7815af570197e4ef7322d3632cEvan Yan# with the License.
269473047d747f7815af570197e4ef7322d3632cEvan Yan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
269473047d747f7815af570197e4ef7322d3632cEvan Yan# See the License for the specific language governing permissions
269473047d747f7815af570197e4ef7322d3632cEvan Yan# and limitations under the License.
269473047d747f7815af570197e4ef7322d3632cEvan Yan# When distributing Covered Code, include this CDDL HEADER in each
269473047d747f7815af570197e4ef7322d3632cEvan Yan# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
269473047d747f7815af570197e4ef7322d3632cEvan Yan# If applicable, add the following below this CDDL HEADER, with the
269473047d747f7815af570197e4ef7322d3632cEvan Yan# fields enclosed by brackets "[]" replaced with your own identifying
269473047d747f7815af570197e4ef7322d3632cEvan Yan# information: Portions Copyright [yyyy] [name of copyright owner]
269473047d747f7815af570197e4ef7322d3632cEvan Yan# CDDL HEADER END
269473047d747f7815af570197e4ef7322d3632cEvan Yan# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
269473047d747f7815af570197e4ef7322d3632cEvan Yan# Use is subject to license terms.
269473047d747f7815af570197e4ef7322d3632cEvan Yan#ident "%Z%%M% %I% %E% SMI"
269473047d747f7815af570197e4ef7322d3632cEvan Yan# This makefile drives the production of the ohci driver kernel module.
269473047d747f7815af570197e4ef7322d3632cEvan Yan# Path to the base of the uts directory tree (usually /usr/src/uts).
269473047d747f7815af570197e4ef7322d3632cEvan Yan# Define the module and object file sets.