Makefile revision d89fccd8788afe1e920f842edd883fe192a1b8fe
70025d765b044c6d8594bb965a2247a61e991a99johnny# CDDL HEADER START
70025d765b044c6d8594bb965a2247a61e991a99johnny# The contents of this file are subject to the terms of the
d89fccd8788afe1e920f842edd883fe192a1b8feschwartz# Common Development and Distribution License (the "License").
d89fccd8788afe1e920f842edd883fe192a1b8feschwartz# You may not use this file except in compliance with the License.
70025d765b044c6d8594bb965a2247a61e991a99johnny# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70025d765b044c6d8594bb965a2247a61e991a99johnny# See the License for the specific language governing permissions
70025d765b044c6d8594bb965a2247a61e991a99johnny# and limitations under the License.
70025d765b044c6d8594bb965a2247a61e991a99johnny# When distributing Covered Code, include this CDDL HEADER in each
70025d765b044c6d8594bb965a2247a61e991a99johnny# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
70025d765b044c6d8594bb965a2247a61e991a99johnny# If applicable, add the following below this CDDL HEADER, with the
70025d765b044c6d8594bb965a2247a61e991a99johnny# fields enclosed by brackets "[]" replaced with your own identifying
70025d765b044c6d8594bb965a2247a61e991a99johnny# information: Portions Copyright [yyyy] [name of copyright owner]
70025d765b044c6d8594bb965a2247a61e991a99johnny# CDDL HEADER END
d89fccd8788afe1e920f842edd883fe192a1b8feschwartz# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
70025d765b044c6d8594bb965a2247a61e991a99johnny# Use is subject to license terms.
70025d765b044c6d8594bb965a2247a61e991a99johnny#ident "%Z%%M% %I% %E% SMI"
70025d765b044c6d8594bb965a2247a61e991a99johnny# This makefile drives the production of the PCI-E nexus driver
70025d765b044c6d8594bb965a2247a61e991a99johnny# i86pc implementation architecture dependent
70025d765b044c6d8594bb965a2247a61e991a99johnny# Path to the base of the uts directory tree (usually /usr/src/uts).
70025d765b044c6d8594bb965a2247a61e991a99johnny# Define the module and object file sets.
70025d765b044c6d8594bb965a2247a61e991a99johnny# Include common rules.
70025d765b044c6d8594bb965a2247a61e991a99johnny# Define targets
70025d765b044c6d8594bb965a2247a61e991a99johnny# For PCI Hotplug support, the misc/pcihp module provides devctl control
70025d765b044c6d8594bb965a2247a61e991a99johnny# device and cb_ops functions to support hotplug operations.
70025d765b044c6d8594bb965a2247a61e991a99johnny# acpica supplies ACPI access routines
d89fccd8788afe1e920f842edd883fe192a1b8feschwartz# Name of the module is needed by the source, to distinguish from other
70025d765b044c6d8594bb965a2247a61e991a99johnny# Default build targets.
70025d765b044c6d8594bb965a2247a61e991a99johnny# Include common targets.