15714154dSmikechr#
25714154dSmikechr# CDDL HEADER START
35714154dSmikechr#
45714154dSmikechr# The contents of this file are subject to the terms of the
55714154dSmikechr# Common Development and Distribution License, Version 1.0 only
65714154dSmikechr# (the "License").  You may not use this file except in compliance
75714154dSmikechr# with the License.
85714154dSmikechr#
95714154dSmikechr# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
105714154dSmikechr# or http://www.opensolaris.org/os/licensing.
115714154dSmikechr# See the License for the specific language governing permissions
125714154dSmikechr# and limitations under the License.
135714154dSmikechr#
145714154dSmikechr# When distributing Covered Code, include this CDDL HEADER in each
155714154dSmikechr# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
165714154dSmikechr# If applicable, add the following below this CDDL HEADER, with the
175714154dSmikechr# fields enclosed by brackets "[]" replaced with your own identifying
185714154dSmikechr# information: Portions Copyright [yyyy] [name of copyright owner]
195714154dSmikechr#
205714154dSmikechr# CDDL HEADER END
215714154dSmikechr#
225714154dSmikechr#
235714154dSmikechr# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
245714154dSmikechr# Use is subject to license terms.
255714154dSmikechr#
265714154dSmikechr#ident	"%Z%%M%	%I%	%E% SMI"
275714154dSmikechr
28*7aec1d6eScindiMCAMD_CMN_SRCS = \
29*7aec1d6eScindi	mcamd_err.c \
30*7aec1d6eScindi	mcamd_misc.c \
31*7aec1d6eScindi	mcamd_patounum.c \
32*7aec1d6eScindi	mcamd_unumtopa.c \
33*7aec1d6eScindi	mcamd_synd.c \
34*7aec1d6eScindi	mcamd_rowcol_tbl.c \
35*7aec1d6eScindi	mcamd_rowcol.c
365714154dSmikechr
37*7aec1d6eScindiMCAMD_CMN_OBJS = $(MCAMD_CMN_SRCS:%.c=%.o)
38