1*29949e86Sstevel# 2*29949e86Sstevel# CDDL HEADER START 3*29949e86Sstevel# 4*29949e86Sstevel# The contents of this file are subject to the terms of the 5*29949e86Sstevel# Common Development and Distribution License (the "License"). 6*29949e86Sstevel# You may not use this file except in compliance with the License. 7*29949e86Sstevel# 8*29949e86Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*29949e86Sstevel# or http://www.opensolaris.org/os/licensing. 10*29949e86Sstevel# See the License for the specific language governing permissions 11*29949e86Sstevel# and limitations under the License. 12*29949e86Sstevel# 13*29949e86Sstevel# When distributing Covered Code, include this CDDL HEADER in each 14*29949e86Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*29949e86Sstevel# If applicable, add the following below this CDDL HEADER, with the 16*29949e86Sstevel# fields enclosed by brackets "[]" replaced with your own identifying 17*29949e86Sstevel# information: Portions Copyright [yyyy] [name of copyright owner] 18*29949e86Sstevel# 19*29949e86Sstevel# CDDL HEADER END 20*29949e86Sstevel# 21*29949e86Sstevel 22*29949e86Sstevel# 23*29949e86Sstevel# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24*29949e86Sstevel# Use is subject to license terms. 25*29949e86Sstevel# 26*29949e86Sstevel#ident "%Z%%M% %I% %E% SMI" 27*29949e86Sstevel# 28*29949e86Sstevel# This Makefile defines all file modules for the directory 29*29949e86Sstevel# uts/sun4u/sunfire and its children. These are the source files 30*29949e86Sstevel# which are sun4u "implementation architecture" dependent. 31*29949e86Sstevel# 32*29949e86Sstevel 33*29949e86Sstevel# 34*29949e86Sstevel# object lists 35*29949e86Sstevel# 36*29949e86Sstevel# Sunfire specific driver relate modules 37*29949e86Sstevel# 38*29949e86Sstevel 39*29949e86SstevelFHC_OBJS += fhc.o fhc_bd.o jtag.o fhc_asm.o 40*29949e86Sstevel 41*29949e86SstevelAC_OBJS += ac.o ac_stat.o ac_add.o ac_del.o ac_test.o ac_asm.o 42*29949e86Sstevel 43*29949e86SstevelENVIRON_OBJS += environ.o 44*29949e86Sstevel 45*29949e86SstevelSYSCTRL_OBJS += sysctrl.o sysctrl_quiesce.o sysctrl_dr.o sysctrl_asm.o 46*29949e86Sstevel 47*29949e86SstevelSIMMSTAT_OBJS += simmstat.o 48*29949e86Sstevel 49*29949e86Sstevel# 50*29949e86Sstevel# Miscellaneous 51*29949e86Sstevel# 52*29949e86SstevelINC_PATH += -I$(UTSBASE)/sun4u/sunfire 53