Makefile revision 22eb7cb54d8a6bcf6fe2674cb4b1f0cf2d85cfb6
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# CDDL HEADER START
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# The contents of this file are subject to the terms of the
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# Common Development and Distribution License (the "License").
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# You may not use this file except in compliance with the License.
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# See the License for the specific language governing permissions
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# and limitations under the License.
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# When distributing Covered Code, include this CDDL HEADER in each
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# If applicable, add the following below this CDDL HEADER, with the
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# fields enclosed by brackets "[]" replaced with your own identifying
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# information: Portions Copyright [yyyy] [name of copyright owner]
a501033335ed402c8f7e86fe41a15531ba69abd7Tom Gundersen# CDDL HEADER END
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen# Use is subject to license terms.
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen#ident "%Z%%M% %I% %E% SMI"
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen# This makefile drives the production of the uhci driver kernel module.
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen# sparc implementation architecture dependent
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen# Path to the base of the uts directory tree (usually /usr/src/uts).
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen# Define the module and object file sets.
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom GundersenCONF_SRCDIR = $(UTSBASE)/common/io/usb/hcd/uhci
5fde13d748749f0e06e2e6cdd15f0980a79ea82cTom Gundersen# Include common rules.
TEST = test
$(USBA_FILES) \
$(TOUCH) $@