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