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 += bcm91480b_init.o bcm91480b_devs.o cpu1cmds.o cpu1test.o
10
11ifeq ($(strip ${CFG_PCI}),1)
12BSPOBJS += bcm91480b_pci.o
13endif
14
15SMBDEVS = 24lc128 m41t81clock
16
17ALLOBJS += ui_bcm91480b.o 
18
19ifeq ($(strip ${CFG_LDT}),1)
20BSPOBJS += ui_ccncmds.o cc_numa.o
21endif
22