319N/A#
319N/A# CDDL HEADER START
319N/A#
319N/A# The contents of this file are subject to the terms of the
319N/A# Common Development and Distribution License (the "License").
319N/A# You may not use this file except in compliance with the License.
319N/A#
319N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
319N/A# or http://www.opensolaris.org/os/licensing.
319N/A# See the License for the specific language governing permissions
319N/A# and limitations under the License.
319N/A#
319N/A# When distributing Covered Code, include this CDDL HEADER in each
319N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
319N/A# If applicable, add the following below this CDDL HEADER, with the
319N/A# fields enclosed by brackets "[]" replaced with your own identifying
319N/A# information: Portions Copyright [yyyy] [name of copyright owner]
319N/A#
319N/A# CDDL HEADER END
319N/A#
319N/A#
319N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
844N/A# Use is subject to license terms.
319N/A#
319N/A
319N/AMODULE = etm
319N/ACLASS = arch
319N/AARCH = sun4v
319N/A
618N/ASRCS = etm.c etm_xport_api_dd.c etm_filter.c etm_ckpt.c
319N/A
319N/Ainclude ../../Makefile.plugin
844N/A
844N/ACPPFLAGS += -I$(SRC)/uts/sun4v \
618N/A -I$(SRC)/uts/common \
319N/A -I$(ROOT)/usr/platform/sun4v/include
319N/ALDLIBS += -L$(ROOT)/usr/lib/fm -lldom -ltopo
319N/ALDFLAGS += -R/usr/lib/fm
319N/A
319N/ADYNFLAGS += -R/usr/lib
319N/A
319N/ACERRWARN += -_gcc=-Wno-unused-value
319N/ACERRWARN += -_gcc=-Wno-parentheses
319N/ACERRWARN += -_gcc=-Wno-uninitialized
319N/A