15714154dSmikechr# CDDL HEADER START
25714154dSmikechr#
35714154dSmikechr# The contents of this file are subject to the terms of the
4*20c794b3Sgavinm# Common Development and Distribution License (the "License").
5*20c794b3Sgavinm# 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*20c794b3Sgavinm# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
215714154dSmikechr# Use is subject to license terms.
225714154dSmikechr#
237aec1d6eScindi# ident	"%Z%%M%	%I%	%E% SMI"
247aec1d6eScindi#
255714154dSmikechr
267aec1d6eScindiCPU_AO_OBJS = \
277aec1d6eScindi	ao_cpu.o \
287aec1d6eScindi	ao_main.o \
297aec1d6eScindi	ao_mca.o \
307aec1d6eScindi	ao_mca_disp.o \
317aec1d6eScindi	ao_poll.o
325714154dSmikechr
337aec1d6eScindiCPU_GCPU_OBJS = \
347aec1d6eScindi	gcpu_main.o \
35*20c794b3Sgavinm	gcpu_mca.o \
36*20c794b3Sgavinm	gcpu_poll.o
37*20c794b3Sgavinm
38*20c794b3SgavinmCPU_AUTHAMD_OBJS = \
39*20c794b3Sgavinm	authamd_main.o
40*20c794b3Sgavinm
41*20c794b3SgavinmCPU_GENINTEL_OBJS = \
42*20c794b3Sgavinm	gintel_main.o
43