RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / cfe / build / broadcom / bcm95380_rr / Makefile
bloba42d610076fafa5c6f109b3e3e4f0ddaa65e2ca8
1 #GCC = mips64-sb1sim-gcc
2 #GLD = mips64-sb1sim-ld
3 #AR = mips64-sb1sim-ar
4 #OBJDUMP = mips64-sb1sim-objdump
5 #OBJCOPY = mips64-sb1sim-objcopy
6 #RANLIB = mips64-sb1sim-ranlib
9 CFG_MLONG64 ?= 0
10 # Note: Big endian is not likely to work without some
11 # major source changes in the drivers.
12 CFG_LITTLE ?= 1
13 CFG_RELOC ?= 1
14 CFG_UNCACHED ?= 0
15 CFG_VAPI ?= 0
16 CFG_BOOTRAM ?= 0
17 CFG_BOARDNAME = "BCM95380_RR"
18 CFG_PCI = 0
20 # Use M-Systems Boot SDK (Binary partiion reader)
21 # Note: You first need to boot Linux on your target and run "DFORMAT"
22 # to create the binary partition (which does not interfere with
23 # your filesystem).
24 CFG_MSYS = 1
27 # Set the path HND_TOP, below, to the 'src'
28 # directory checked out from the HND's CVS repository.
30 # Below this directory should be the "shared" and "et/sys"
31 # directories.
33 # The CFE build procedure will pull in sources required
34 # for the Ethernet driver from this location.
37 HND_TOP=../../../..
39 TOP = ../../../cfe
40 ARCH = mips
41 CPU = bcmcore
42 BOARD = bcm94710
44 include ${TOP}/main/cfe.mk
46 #LDLIBS += -lgcc
48 ALL : cfe cfe.flash docprep
49 echo done
51 localclean:
52 rm -f docprep
54 include ${TOP}/main/cfe_link.mk