• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/build/broadcom/bcm95380_rr/
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
7
8
9CFG_MLONG64 ?= 0
10# Note: Big endian is not likely to work without some
11# major source changes in the drivers.
12CFG_LITTLE ?= 1
13CFG_RELOC ?= 1
14CFG_UNCACHED ?= 0
15CFG_VAPI ?= 0 
16CFG_BOOTRAM ?= 0
17CFG_BOARDNAME = "BCM95380_RR"
18CFG_PCI = 0
19
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).
24CFG_MSYS = 1
25
26#
27# Set the path HND_TOP, below, to the 'src'
28# directory checked out from the HND's CVS repository.
29#
30# Below this directory should be the "shared" and "et/sys"
31# directories.  
32#
33# The CFE build procedure will pull in sources required
34# for the Ethernet driver from this location.
35#
36
37HND_TOP=../../../..
38
39TOP = ../../../cfe
40ARCH = mips
41CPU = bcmcore
42BOARD = bcm94710
43
44include ${TOP}/main/cfe.mk
45
46#LDLIBS += -lgcc
47
48ALL : cfe cfe.flash docprep
49	echo done
50
51localclean:
52	rm -f docprep
53
54include ${TOP}/main/cfe_link.mk
55