GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / cfe / build / broadcom / sim / Makefile
blobb08ef774d3f00ba1673900a33f24f0b5fc5799fa
2 CFG_MLONG64 ?= 0
3 CFG_LITTLE ?= 0
4 CFG_RELOC ?= 0
5 CFG_UNCACHED ?= 0
6 CFG_VAPI ?= 0
7 CFG_BOOTRAM ?= 0
8 CFG_BOARDNAME = "SIM_SWARM"
9 CFG_PCI = 1
10 CFG_LDT_REV_017 = 1
12 TOP = ../../../cfe
13 ARCH = mips
14 CPU = sb1250
15 BOARD = swarm
17 include ${TOP}/main/cfe.mk
19 BSPOBJS = swarm_init.o swarm_devs.o diag_null.o
21 ifeq ($(strip ${CFG_PCI}),1)
22 BSPOBJS += swarm_pci.o
23 endif
26 # These settings speed up the DRAM init shortening the delays and
27 # by not doing too much of it. This helps boot time in the sim.
28 # It also adjusts timers and other hardware stuff for running
29 # in the functional simulator (mostly changes CPU speed to
30 # 500Khz). Remove this before using on real hardware.
32 CFLAGS += -D_FASTEMUL_ -D_FUNCSIM_
35 ALL : cfe cfe.flash
36 echo done
38 include ${TOP}/main/cfe_link.mk