xref: /titanic_41/usr/src/uts/i86pc/cpu/Makefile.files (revision e4b86885570d77af552e9cf94f142f4d744fb8c8)
17aec1d6eScindi# CDDL HEADER START
27aec1d6eScindi#
37aec1d6eScindi# 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.
67aec1d6eScindi#
77aec1d6eScindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
87aec1d6eScindi# or http://www.opensolaris.org/os/licensing.
97aec1d6eScindi# See the License for the specific language governing permissions
107aec1d6eScindi# and limitations under the License.
117aec1d6eScindi#
127aec1d6eScindi# When distributing Covered Code, include this CDDL HEADER in each
137aec1d6eScindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
147aec1d6eScindi# If applicable, add the following below this CDDL HEADER, with the
157aec1d6eScindi# fields enclosed by brackets "[]" replaced with your own identifying
167aec1d6eScindi# information: Portions Copyright [yyyy] [name of copyright owner]
177aec1d6eScindi#
187aec1d6eScindi# CDDL HEADER END
197aec1d6eScindi#
20*e4b86885SCheng Sean Ye# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
217aec1d6eScindi# Use is subject to license terms.
227aec1d6eScindi#
237aec1d6eScindi
247aec1d6eScindiCPU_AO_OBJS = \
257aec1d6eScindi	ao_cpu.o \
267aec1d6eScindi	ao_main.o \
277aec1d6eScindi	ao_mca.o \
287aec1d6eScindi	ao_mca_disp.o \
297aec1d6eScindi	ao_poll.o
307aec1d6eScindi
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