Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / arch / frv / mb93090-mb00 / Makefile
blob76595e87073315bc1bc59fee043a6d83912f63c4
2 # Makefile for the MB93090-MB00 motherboard stuff
5 ifeq "$(CONFIG_PCI)" "y"
6 obj-y := pci-frv.o pci-irq.o pci-vdk.o pci-iomap.o
8 ifeq "$(CONFIG_MMU)" "y"
9 obj-y += pci-dma.o
10 else
11 obj-y += pci-dma-nommu.o
12 endif
13 endif