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