Makefile revision 73a0bd151c1115bf39cc2caa30c7cbfdd86361c1
2842N/A#
3307N/A# CDDL HEADER START
3307N/A#
3177N/A# The contents of this file are subject to the terms of the
3177N/A# Common Development and Distribution License (the "License").
3177N/A# You may not use this file except in compliance with the License.
3177N/A#
3177N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3177N/A# or http://www.opensolaris.org/os/licensing.
3177N/A# See the License for the specific language governing permissions
3177N/A# and limitations under the License.
6982N/A#
6982N/A# When distributing Covered Code, include this CDDL HEADER in each
3177N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3177N/A# If applicable, add the following below this CDDL HEADER, with the
3177N/A# fields enclosed by brackets "[]" replaced with your own identifying
3177N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6982N/A#
6982N/A# CDDL HEADER END
6982N/A#
6982N/A
3177N/A#
3177N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3177N/A# Use is subject to license terms.
3177N/A#
3215N/A
3177N/AMODULE = sun4vpi
2842N/AARCH = sun4v
2842N/ACLASS = arch
2842N/ATOPODIR = ../../../libtopo/common
2842N/A
2842N/AMODULESRCS = pi_defer.c pi_ldom.c pi_walker.c pi_subr.c \
2842N/A pi_cpu.c pi_mem.c pi_generic.c pi_pciexrc.c \
2842N/A pi_hostbridge.c pi_niu.c pi_top.c sun4vpi.c pi_meth.c
2842N/A
2842N/Ainclude ../../Makefile.plugin
2842N/A
2842N/ALDLIBS += -ldevinfo -lmdesc -lldom -luutil
2909N/A
2842N/ACPPFLAGS += -I. -I$(ROOT)/usr/platform/sun4v/include -I$(TOPODIR)
2842N/A
2842N/A%.o: ../../../../../common/mdesc/%.c
2842N/A $(COMPILE.c) $<
3307N/A $(CTFCONVERT_O)
3307N/A