GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / cfe / build / broadcom / c3h / Makefile
blob5b7ce9eac60afa86bccf89e915f3fcd25c6c2943
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 = "C3H"
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
24 ALL : cfe cfe.flash
25 echo done
27 include ${TOP}/main/cfe_link.mk