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