15714154dSmikechr# CDDL HEADER START
25714154dSmikechr#
35714154dSmikechr# The contents of this file are subject to the terms of the
420c794b3Sgavinm# Common Development and Distribution License (the "License").
520c794b3Sgavinm# You may not use this file except in compliance with the License.
65714154dSmikechr#
75714154dSmikechr# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
85714154dSmikechr# or http://www.opensolaris.org/os/licensing.
95714154dSmikechr# See the License for the specific language governing permissions
105714154dSmikechr# and limitations under the License.
115714154dSmikechr#
125714154dSmikechr# When distributing Covered Code, include this CDDL HEADER in each
135714154dSmikechr# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
145714154dSmikechr# If applicable, add the following below this CDDL HEADER, with the
155714154dSmikechr# fields enclosed by brackets "[]" replaced with your own identifying
165714154dSmikechr# information: Portions Copyright [yyyy] [name of copyright owner]
175714154dSmikechr#
185714154dSmikechr# CDDL HEADER END
195714154dSmikechr#
20*e4b86885SCheng Sean Ye# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
215714154dSmikechr# Use is subject to license terms.
225714154dSmikechr#
235714154dSmikechr
247aec1d6eScindiCPU_AO_OBJS = \
257aec1d6eScindi	ao_cpu.o \
267aec1d6eScindi	ao_main.o \
277aec1d6eScindi	ao_mca.o \
287aec1d6eScindi	ao_mca_disp.o \
297aec1d6eScindi	ao_poll.o
305714154dSmikechr
317aec1d6eScindiCPU_GCPU_OBJS = \
327aec1d6eScindi	gcpu_main.o \
3320c794b3Sgavinm	gcpu_mca.o \
34*e4b86885SCheng Sean Ye	gcpu_poll_subr.o
35*e4b86885SCheng Sean Ye
36*e4b86885SCheng Sean YeCPU_GCPU_NTV_OBJS = \
37*e4b86885SCheng Sean Ye	gcpu_poll_ntv.o
38*e4b86885SCheng Sean Ye
39*e4b86885SCheng Sean YeCPU_GCPU_XPV_OBJS = \
40*e4b86885SCheng Sean Ye	gcpu_mca_xpv.o \
41*e4b86885SCheng Sean Ye	gcpu_poll_xpv.o
4220c794b3Sgavinm
4320c794b3SgavinmCPU_AUTHAMD_OBJS = \
4420c794b3Sgavinm	authamd_main.o
4520c794b3Sgavinm
4620c794b3SgavinmCPU_GENINTEL_OBJS = \
4720c794b3Sgavinm	gintel_main.o
48