summaryrefslogtreecommitdiffstats
path: root/cfe/cfe/arch/mips/board/bcm63xx_ram/src/Makefile
blob: 7320c9df20767ee997f96e5c8700fc88ba41147b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
BSPOBJS +=               \
	dev_bcm63xx_eth.o   \
	dev_bcm63xx_uart.o  \
	dev_bcm63xx_flash.o \
	flash_api.o         \
	flash_common.o      \
	bcm63xx_ram_boot.o  \
	bcm63xx_devs.o      \
	bcm63xx_board.o     \
	bcm63xx_cmd.o       \
	bcm63xx_util.o		\
	bcm63xx_ldr_raw.o	\
	bcm63xx_ldr_elf.o	\
	bcm63xx_main.o		\
	bcm63xx_env_subr.o	\
	bcm63xx_net_icmp.o  \
	bcm63xx_httpd.o     \
	bcmSpiRes.o         \
	bcmLegSpi.o         \
	boardparms.o        \
	boardparms_voice.o

ifneq ($(strip $(BRCM_CHIP)),6368)
BSPOBJS +=               \
	bcmHsSpi.o        
endif

BSPOBJS +=				\
	robosw_reg.o

ifeq ($(strip ${INC_CFI_FLASH_DRIVER}),1)
BSPOBJS +=               \
	cfiflash.o
endif

ifeq ($(strip ${INC_SPI_FLASH_DRIVER}),1)
BSPOBJS +=               \
	spiflash.o
endif

ifeq ($(strip ${INC_SPI_PROG_NAND}),1)
BSPOBJS +=               \
	nandflash.o
endif

ifeq ($(strip ${INC_NAND_FLASH_DRIVER}),1)
BSPOBJS +=               \
	nandflash.o
endif

ifeq ($(strip ${CFG_WEB_SERVER}),1)
BSPOBJS +=               \
	ul.o				\
	ulinfo.o
endif