Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / cpus / vonk / n2 / lib / ras / Makefile.defines
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T2 Processor File: Makefile.defines
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
#
# The above named program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public
# License version 2 as published by the Free Software Foundation.
#
# The above named program is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this work; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# ========== Copyright Header End ============================================
SUB_DIR.n2.lib.ras = n2/lib/ras
OBJ_DIR.n2.lib.ras = $(OBJ_DIR)/$(SUB_DIR.n2.lib.ras)
SRC_DIR.n2.lib.ras = $(SUB_DIR.n2.lib.ras)/src
XML_DIR.n2.lib.ras = $(SUB_DIR.n2.lib.ras)/xml
BIN_DIR.n2.lib.ras = $(SUB_DIR.n2.lib.ras)/bin
H_FILES.n2.lib.ras=\
N2_MemErrDetector.h\
N2_RasState.h\
N2_IrfEcc.h\
N2_FrfEcc.h\
N2_StoreBuffer.h
CC_FILES.n2.lib.ras=\
N2_MemErrDetector.cc\
N2_IrfEcc.cc\
N2_FrfEcc.cc\
N2_StoreBuffer.cc
XML_FILES.n2.lib.ras=\
N2_L2ControlReg.xml\
N2_L2AddressingFields.xml\
N2_L2DiagDataAddressingFields.xml\
N2_L2DiagDataMem.xml\
N2_L2DiagTagMem.xml\
N2_L2DiagVdMem.xml\
N2_L2DiagUaMem.xml\
N2_L2ErrorAddressReg.xml\
N2_L2ErrorEnMem.xml\
N2_L2ErrorStatusReg.xml\
N2_L2NotdataErrorReg.xml\
N2_L2CacheFlushAddrFields.xml\
N2_DramErrorCounterMem.xml\
N2_DramErrorInjectMem.xml\
N2_DramErrorLocMem.xml\
N2_DramErrorStatusMem.xml\
N2_DramFbdCountReg.xml\
N2_DramFbdErrorSyndromeReg.xml\
N2_DramFbdInjectedErrSrcReg.xml\
N2_SocErrorInjectReg.xml\
N2_SocErrorIntrEnReg.xml\
N2_SocErrorLogEnableReg.xml\
N2_SocErrorReg.xml\
N2_SocErrorStatusReg.xml\
N2_SocErrorSteeringReg.xml\
N2_SocFatalErrorEnableReg.xml\
N2_SocPendingErrStatusReg.xml
XML_H_FILES.n2.lib.ras=\
$(XML_FILES.n2.lib.ras:%.xml=%.h)
INC_BUILD.n2.lib.ras=\
$(H_FILES.n2.lib.ras:%=$(INC_DIR)/%)\
$(XML_H_FILES.n2.lib.ras:%=$(INC_DIR)/%)
OBJ_BUILD.n2.lib.ras=\
$(S_FILES.n2.lib.ras:%.s=$(OBJ_DIR.n2.lib.ras)/src/%.o)\
$(CC_FILES.n2.lib.ras:%.cc=$(OBJ_DIR.n2.lib.ras)/src/%.o)