Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / obp / obp / arch / sun4v / niagara / t1_fpga / Makefile
CommitLineData
920dae64
AT
1# id: @(#)Makefile 1.1 06/02/16
2# purpose:
3# copyright: Copyright 2006 Sun Microsystems, Inc. All Rights Reserved
4# Use is subject to license terms.
5
6ROOT = ../../../../..
7BP = ${ROOT}/obp
8SUN4V = ${BP}/arch/sun4v
9PLATFORM = ${SUN4V}/niagara
10RESET = ${PLATFORM}/reset.fth
11
12PLATFLAGS += -D SUN4V
13
14all: openboot.bin
15
16include ${SUN4V}/common.mk
17include ../depend.mk
18include ../reset.mk
19
20FORCE: