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