RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / cfe / build / broadcom / sim_c3 / Makefile
blob4692ece4172d40e5fc8dfb0e86fa46dc03cd508f
2 CFG_MLONG64 ?= 0
3 CFG_LITTLE ?= 0
4 CFG_RELOC ?= 1
5 CFG_UNCACHED ?= 0
6 CFG_VAPI ?= 0
7 CFG_BOOTRAM ?= 0
8 CFG_BOARDNAME = "SIM_C3"
9 CFG_PCI ?= 1
10 CFG_LDT_REV_017 ?= 1
12 TOP = ../../../cfe
13 ARCH = mips
14 CPU = sb1250
15 BOARD = c3
18 # Note: the c3_init and c3_devs files are added in the board-specific
19 # directory, since they are identical among the various flavors of C3 boards.
22 include ${TOP}/main/cfe.mk
25 # These settings speed up the DRAM init shortening the delays and
26 # by not doing too much of it. This helps boot time in the sim.
27 # It also adjusts timers and other hardware stuff for running
28 # in the functional simulator (mostly changes CPU speed to
29 # 500Khz). Remove this before using on real hardware.
31 CFLAGS += -D_FASTEMUL_ -D_FUNCSIM_
34 ALL : cfe cfe.flash
35 echo done
37 include ${TOP}/main/cfe_link.mk