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
9ALLOBJS += mousse_devs.o mousse_init.o ui_mousse.o dev_m48txx.o
10ifeq ($(strip ${CFG_PCI}),1)
11ALLOBJS += mpc824x_pci_machdep.o mousse_pci.o
12ALLOBJS += mpc824x_pci_devs.o
13endif
14
15PCIDEVS = bcm4401 
16# On-board PCI
17PCIDEVS += tulip
18
19SMBDEVS = 
20