Makefile revision 724365f7556fc4201fdb11766ebc6bd918523130
6165N/A#
6165N/A# CDDL HEADER START
6165N/A#
6165N/A# The contents of this file are subject to the terms of the
6165N/A# Common Development and Distribution License (the "License").
6165N/A# You may not use this file except in compliance with the License.
6165N/A#
6165N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6983N/A# or http://www.opensolaris.org/os/licensing.
6983N/A# See the License for the specific language governing permissions
6165N/A# and limitations under the License.
6165N/A#
6165N/A# When distributing Covered Code, include this CDDL HEADER in each
6165N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6983N/A# If applicable, add the following below this CDDL HEADER, with the
6983N/A# fields enclosed by brackets "[]" replaced with your own identifying
6983N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6983N/A#
6165N/A# CDDL HEADER END
6165N/A#
6165N/A#
6165N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
6165N/A# Use is subject to license terms.
6165N/A#
6165N/A#ident "%Z%%M% %I% %E% SMI"
6165N/A
6165N/AMODULE = sfx4500-disk
6165N/ACLASS = arch
6165N/AARCH = i86pc
6165N/ASRCS = sfx4500-disk.c diskmon_conf.c topo_gather.c \
6165N/A fault_mgr.c hotplug_mgr.c ipmi_plugin.c \
6165N/A plugin_mgr.c schg_mgr.c fault_analyze.c scsi_util.c util.c
6165N/A
6165N/Ainclude ../../Makefile.plugin
6165N/ALINTFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/i86pc/sata -L$(ROOT)/usr/lib/fm
6165N/ACFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/i86pc/sata
6165N/ALDLIBS += -lsysevent -lnvpair -lsmbios -ldl -lrt -lcfgadm -ltopo -luutil
6165N/ALDFLAGS += -L$(ROOT)/usr/lib/fm -R/usr/lib/fm
6165N/A