GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / cfe / build / broadcom / pt1125_boot / Makefile
blob28902108682511878ca6e1bdc0ac7ce442bf00fc
2 CFG_MLONG64 ?= 1
3 CFG_LITTLE ?= 0
4 CFG_RELOC ?= 1
5 CFG_UNCACHED ?= 0
6 CFG_VAPI ?= 0
7 CFG_BOOTRAM ?= 0
8 CFG_BOARDNAME = "PT1125"
9 CFG_PCI ?= 1
10 CFG_FLASHPROG ?= 1
11 CFG_ZLIB ?= 1
12 CFG_UNICPU ?= 1
14 TOP = ../../../cfe
15 ARCH = mips
16 CPU = sb1250
17 BOARD = pt1125
19 include ${TOP}/main/cfe.mk
22 # For now, we do the BCM11xx magic at compile time, not at run-time
23 # So, define this symbol to tweak the MC code and other stuff
24 # to work properly.
26 CFLAGS += -D_SB11XX_
28 ifeq ($(strip ${CFG_FLASHPROG}),1)
29 CFLAGS += -D_FLASHPROG_
30 endif
32 ifeq ($(strip ${CFG_UNICPU}),1)
33 CFLAGS += -D_UNICPU_
34 endif
36 CFLAGS += -DSERIAL_PORT_LEDS -D_PT1125_CFG_
38 BSPOBJS = pt1125_init.o pt1125_devs.o dev_ptflash.o
40 ifeq ($(strip ${CFG_PCI}),1)
41 BSPOBJS += pt1125_pci.o
42 endif
44 ALL : cfe cfe.flash
45 echo done
47 include ${TOP}/main/cfe_link.mk