xref: /titanic_41/usr/src/uts/sun4u/sunfire/Makefile.files (revision 3db86aab554edbb4244c8d1a1c90f152eee768af)
129949e86Sstevel#
229949e86Sstevel# CDDL HEADER START
329949e86Sstevel#
429949e86Sstevel# The contents of this file are subject to the terms of the
529949e86Sstevel# Common Development and Distribution License (the "License").
629949e86Sstevel# You may not use this file except in compliance with the License.
729949e86Sstevel#
829949e86Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
929949e86Sstevel# or http://www.opensolaris.org/os/licensing.
1029949e86Sstevel# See the License for the specific language governing permissions
1129949e86Sstevel# and limitations under the License.
1229949e86Sstevel#
1329949e86Sstevel# When distributing Covered Code, include this CDDL HEADER in each
1429949e86Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1529949e86Sstevel# If applicable, add the following below this CDDL HEADER, with the
1629949e86Sstevel# fields enclosed by brackets "[]" replaced with your own identifying
1729949e86Sstevel# information: Portions Copyright [yyyy] [name of copyright owner]
1829949e86Sstevel#
1929949e86Sstevel# CDDL HEADER END
2029949e86Sstevel#
2129949e86Sstevel
2229949e86Sstevel#
2329949e86Sstevel# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2429949e86Sstevel# Use is subject to license terms.
2529949e86Sstevel#
2629949e86Sstevel#ident	"%Z%%M%	%I%	%E% SMI"
2729949e86Sstevel#
2829949e86Sstevel#	This Makefile defines all file modules for the directory
2929949e86Sstevel#	uts/sun4u/sunfire and its children. These are the source files
3029949e86Sstevel#	which are sun4u "implementation architecture" dependent.
3129949e86Sstevel#
3229949e86Sstevel
3329949e86Sstevel#
3429949e86Sstevel#	object lists
3529949e86Sstevel#
3629949e86Sstevel# Sunfire specific driver relate modules
3729949e86Sstevel#
3829949e86Sstevel
3929949e86SstevelFHC_OBJS        += fhc.o fhc_bd.o jtag.o fhc_asm.o
4029949e86Sstevel
4129949e86SstevelAC_OBJS         += ac.o ac_stat.o ac_add.o ac_del.o ac_test.o ac_asm.o
4229949e86Sstevel
43*3db86aabSstevelCENTRAL_OBJS	+= central.o
44*3db86aabSstevel
4529949e86SstevelENVIRON_OBJS	+= environ.o
4629949e86Sstevel
4729949e86SstevelSYSCTRL_OBJS	+= sysctrl.o sysctrl_quiesce.o sysctrl_dr.o sysctrl_asm.o
4829949e86Sstevel
4929949e86SstevelSIMMSTAT_OBJS	+= simmstat.o
5029949e86Sstevel
5103831d35SstevelSRAM_OBJS	+= sram.o
5203831d35Sstevel
5329949e86Sstevel#
5429949e86Sstevel# Miscellaneous
5529949e86Sstevel#
5629949e86SstevelINC_PATH	+= -I$(UTSBASE)/sun4u/sunfire
57