Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
6033N/A#
6033N/A# CDDL HEADER START
6033N/A#
6033N/A# The contents of this file are subject to the terms of the
6033N/A# Common Development and Distribution License, Version 1.0 only
6033N/A# (the "License"). You may not use this file except in compliance
6033N/A# with the License.
6033N/A#
6033N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6033N/A# or http://www.opensolaris.org/os/licensing.
6033N/A# See the License for the specific language governing permissions
6033N/A# and limitations under the License.
6033N/A#
6033N/A# When distributing Covered Code, include this CDDL HEADER in each
6033N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6033N/A# If applicable, add the following below this CDDL HEADER, with the
6033N/A# fields enclosed by brackets "[]" replaced with your own identifying
6033N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6033N/A#
6033N/A# CDDL HEADER END
6033N/A#
6033N/A#
6033N/A# Copyright (c) 2000 by Sun Microsystems, Inc.
6033N/A# All rights reserved.
6033N/A#
6033N/A#ident "%Z%%M% %I% %E% SMI"
6033N/A
6033N/AMODULE = usba.so
6033N/AMDBTGT = kvm
6033N/A
6033N/AMODSRCS = usb.c usba.c
6033N/A
6033N/Ainclude ../../../../Makefile.cmd
6033N/Ainclude ../../../../Makefile.cmd.64
6033N/Ainclude ../../Makefile.sparcv9
6033N/Ainclude ../../../Makefile.module
6033N/A
6033N/ACPPFLAGS += -I../../../../../uts/common
6033N/A