# ========== Copyright Header Begin ========================================== # # OpenSPARC T2 Processor File: Makefile # 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 ============================================ include ss/lib/cpu/Makefile.defines include ss/lib/ras/Makefile.defines include ss/lib/csr/Makefile.defines include ss/api/sam/Makefile.defines include ss/api/samfe/Makefile.defines include ss/api/pfe/Makefile.defines include ss/api/memsync/Makefile.defines include ss/api/pli/Makefile.defines include ss/api/rtl/Makefile.defines include ss/dev/ram/Makefile.defines include ss/dev/rom/Makefile.defines include ss/dev/dummy/Makefile.defines include ss/dev/serial/Makefile.defines include ss/dev/timeofday/Makefile.defines include ss/exe/nas/Makefile.defines INC_BUILD.ss=\ $(INC_BUILD.ss.lib)\ $(INC_BUILD.ss.api)\ $(INC_BUILD.ss.dev) INC_BUILD.ss.api=\ $(INC_BUILD.ss.api.sam)\ $(INC_BUILD.ss.api.samfe)\ $(INC_BUILD.ss.api.pfe)\ $(INC_BUILD.ss.api.memsync)\ $(INC_BUILD.ss.api.rtl)\ $(INC_BUILD.ss.api.pli) INC_BUILD.ss.dev=\ $(INC_BUILD.ss.dev.ram)\ $(INC_BUILD.ss.dev.rom)\ $(INC_BUILD.ss.dev.dummy)\ $(INC_BUILD.ss.dev.serial)\ $(INC_BUILD.ss.dev.timeofday) INC_BUILD.ss.lib=\ $(INC_BUILD.ss.lib.cpu)\ $(INC_BUILD.ss.lib.ras)\ $(INC_BUILD.ss.lib.csr) GEN_BUILD.ss=\ $(GEN_BUILD.ss.lib.cpu)\ $(GEN_BUILD.ss.lib.ras)\ $(GEN_BUILD.ss.lib.csr) PFE_BUILD.ss=\ $(PFE_BUILD.ss.api) PFE_BUILD.ss.api=\ $(PFE_BUILD.ss.api.samfe)\ $(PFE_BUILD.ss.api.pfe) PFE_BUILD.ss.dev=\ $(PFE_BUILD.ss.dev.ram)\ $(PFE_BUILD.ss.dev.rom)\ $(PFE_BUILD.ss.dev.dummy)\ $(PFE_BUILD.ss.dev.serial)\ $(PFE_BUILD.ss.dev.timeofday) OBJ_BUILD.ss=\ $(OBJ_BUILD.ss.lib)\ $(OBJ_BUILD.ss.api)\ $(OBJ_BUILD.ss.dev) OBJ_BUILD.ss.api=\ $(OBJ_BUILD.ss.api.sam)\ $(OBJ_BUILD.ss.api.samfe)\ $(OBJ_BUILD.ss.api.pfe)\ $(OBJ_BUILD.ss.api.memsync)\ $(OBJ_BUILD.ss.api.pli)\ $(OBJ_BUILD.ss.api.rtl) OBJ_BUILD.ss.dev=\ $(OBJ_BUILD.ss.dev.ram)\ $(OBJ_BUILD.ss.dev.rom)\ $(OBJ_BUILD.ss.dev.dummy)\ $(OBJ_BUILD.ss.dev.serial)\ $(OBJ_BUILD.ss.dev.timeofday) OBJ_BUILD.ss.lib=\ $(OBJ_BUILD.ss.lib.cpu)\ $(OBJ_BUILD.ss.lib.ras)\ $(OBJ_BUILD.ss.lib.csr) include ss/lib/cpu/Makefile.rules include ss/lib/ras/Makefile.rules include ss/lib/csr/Makefile.rules include ss/api/sam/Makefile.rules include ss/api/samfe/Makefile.rules include ss/api/pfe/Makefile.rules include ss/api/memsync/Makefile.rules include ss/api/pli/Makefile.rules include ss/api/rtl/Makefile.rules include ss/dev/ram/Makefile.rules include ss/dev/rom/Makefile.rules include ss/dev/dummy/Makefile.rules include ss/dev/serial/Makefile.rules include ss/dev/timeofday/Makefile.rules include ss/exe/nas/Makefile.rules