908f1e1388f616898b4e515d343c0414f2a6472esd#
908f1e1388f616898b4e515d343c0414f2a6472esd# CDDL HEADER START
908f1e1388f616898b4e515d343c0414f2a6472esd#
908f1e1388f616898b4e515d343c0414f2a6472esd# The contents of this file are subject to the terms of the
908f1e1388f616898b4e515d343c0414f2a6472esd# Common Development and Distribution License (the "License").
908f1e1388f616898b4e515d343c0414f2a6472esd# You may not use this file except in compliance with the License.
908f1e1388f616898b4e515d343c0414f2a6472esd#
908f1e1388f616898b4e515d343c0414f2a6472esd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
908f1e1388f616898b4e515d343c0414f2a6472esd# or http://www.opensolaris.org/os/licensing.
908f1e1388f616898b4e515d343c0414f2a6472esd# See the License for the specific language governing permissions
908f1e1388f616898b4e515d343c0414f2a6472esd# and limitations under the License.
908f1e1388f616898b4e515d343c0414f2a6472esd#
908f1e1388f616898b4e515d343c0414f2a6472esd# When distributing Covered Code, include this CDDL HEADER in each
908f1e1388f616898b4e515d343c0414f2a6472esd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
908f1e1388f616898b4e515d343c0414f2a6472esd# If applicable, add the following below this CDDL HEADER, with the
908f1e1388f616898b4e515d343c0414f2a6472esd# fields enclosed by brackets "[]" replaced with your own identifying
908f1e1388f616898b4e515d343c0414f2a6472esd# information: Portions Copyright [yyyy] [name of copyright owner]
908f1e1388f616898b4e515d343c0414f2a6472esd#
908f1e1388f616898b4e515d343c0414f2a6472esd# CDDL HEADER END
908f1e1388f616898b4e515d343c0414f2a6472esd#
908f1e1388f616898b4e515d343c0414f2a6472esd
908f1e1388f616898b4e515d343c0414f2a6472esd#
fc33347812f84907261f6fd501e2409da108b8d8Tom Pothier# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
908f1e1388f616898b4e515d343c0414f2a6472esd#
908f1e1388f616898b4e515d343c0414f2a6472esd
908f1e1388f616898b4e515d343c0414f2a6472esdMODULE = sun4vpi
908f1e1388f616898b4e515d343c0414f2a6472esdARCH = sun4v
908f1e1388f616898b4e515d343c0414f2a6472esdCLASS = arch
908f1e1388f616898b4e515d343c0414f2a6472esdTOPODIR = ../../../libtopo/common
908f1e1388f616898b4e515d343c0414f2a6472esd
908f1e1388f616898b4e515d343c0414f2a6472esdMODULESRCS = pi_defer.c pi_ldom.c pi_walker.c pi_subr.c \
3f1e69bef33050bee99ea1e9992af13fc467281fCheng Sean Ye pi_cpu.c pi_mem.c pi_generic.c pi_pciexrc.c \
fc33347812f84907261f6fd501e2409da108b8d8Tom Pothier pi_hostbridge.c pi_niu.c pi_top.c sun4vpi.c \
fc33347812f84907261f6fd501e2409da108b8d8Tom Pothier pi_meth.c pi_bay.c
908f1e1388f616898b4e515d343c0414f2a6472esd
908f1e1388f616898b4e515d343c0414f2a6472esdinclude ../../Makefile.plugin
908f1e1388f616898b4e515d343c0414f2a6472esd
908f1e1388f616898b4e515d343c0414f2a6472esdLDLIBS += -ldevinfo -lmdesc -lldom -luutil
908f1e1388f616898b4e515d343c0414f2a6472esd
908f1e1388f616898b4e515d343c0414f2a6472esdCPPFLAGS += -I. -I$(ROOT)/usr/platform/sun4v/include -I$(TOPODIR)
908f1e1388f616898b4e515d343c0414f2a6472esd
908f1e1388f616898b4e515d343c0414f2a6472esd%.o: ../../../../../common/mdesc/%.c
908f1e1388f616898b4e515d343c0414f2a6472esd $(COMPILE.c) $<
908f1e1388f616898b4e515d343c0414f2a6472esd $(CTFCONVERT_O)