2005-04-16 16:20:36 -06:00
|
|
|
#
|
|
|
|
# Makefile for the MB93090-MB00 motherboard stuff
|
|
|
|
#
|
|
|
|
|
|
|
|
ifeq "$(CONFIG_PCI)" "y"
|
2006-01-08 02:01:22 -07:00
|
|
|
obj-y := pci-frv.o pci-irq.o pci-vdk.o pci-iomap.o
|
2005-04-16 16:20:36 -06:00
|
|
|
|
|
|
|
ifeq "$(CONFIG_MMU)" "y"
|
|
|
|
obj-y += pci-dma.o
|
|
|
|
else
|
|
|
|
obj-y += pci-dma-nommu.o
|
|
|
|
endif
|
|
|
|
endif
|
2009-09-24 08:12:00 -06:00
|
|
|
|
|
|
|
obj-$(CONFIG_MTD) += flash.o
|