Makefile revision ac88567a7a5bb7f01cf22cf366bc9d6203e24d7a
6337N/A#
6337N/A# CDDL HEADER START
6337N/A#
6337N/A# The contents of this file are subject to the terms of the
6337N/A# Common Development and Distribution License (the "License").
6337N/A# You may not use this file except in compliance with the License.
6337N/A#
6337N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6337N/A# or http://www.opensolaris.org/os/licensing.
6337N/A# See the License for the specific language governing permissions
6337N/A# and limitations under the License.
6337N/A#
6337N/A# When distributing Covered Code, include this CDDL HEADER in each
6337N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6337N/A# If applicable, add the following below this CDDL HEADER, with the
6337N/A# fields enclosed by brackets "[]" replaced with your own identifying
6337N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6337N/A#
6337N/A# CDDL HEADER END
6337N/A#
6337N/A
6337N/A#
6337N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
6337N/A#
6337N/A
6337N/AMODULE = pcibus
6337N/AARCH = i86pc
6337N/ACLASS = arch
6337N/AUTILDIR = ../../common/pcibus
6337N/AHBDIR = ../../common/hostbridge
6337N/AUTILSRCS = did.c did_hash.c did_props.c util.c
6337N/APCISRCS = pcibus.c pcibus_labels.c pcibus_hba.c
6337N/A
6337N/AMODULESRCS = $(UTILSRCS) $(PCISRCS) pci_i86pc.c
6337N/A
6337N/Ainclude ../../Makefile.plugin
6337N/A
6337N/ALDLIBS += -ldevinfo -lsmbios
6337N/A
6337N/ACPPFLAGS += -I$(UTILDIR) -I$(HBDIR)
6337N/A