• 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/cfe/arch/mips/board/bcm1250cpci/src/
1
2#
3# This is just a Makefile fragment -- it is included by the master
4# makefile, cfe.mk
5#
6# This file should just append object file names to "ALLOBJS"
7#
8
9BSPOBJS += bcm1250cpci_init.o bcm1250cpci_devs.o
10ALLOBJS += dev_ide.o ui_bcm1250cpci.o cpu1test.o cpu1cmds.o sl11h.o ui_usb_scanlogic.o
11
12ifeq ($(strip ${CFG_PCI}),1)
13BSPOBJS += bcm1250cpci_pci.o
14endif
15