Linux-2.6.12-rc2
[pandora-kernel.git] / arch / frv / mb93090-mb00 / Makefile
1 #
2 # Makefile for the MB93090-MB00 motherboard stuff
3 #
4
5 ifeq "$(CONFIG_PCI)" "y"
6 obj-y := pci-frv.o pci-irq.o pci-vdk.o
7
8 ifeq "$(CONFIG_MMU)" "y"
9 obj-y += pci-dma.o
10 else
11 obj-y += pci-dma-nommu.o
12 endif
13 endif