Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the MB93090-MB00 motherboard stuff | ||||
3 | # | ||||
4 | |||||
5 | ifeq "$(CONFIG_PCI)" "y" | ||||
David Howells | a2a88f8 | 2006-01-08 01:01:22 -0800 | [diff] [blame] | 6 | obj-y := pci-frv.o pci-irq.o pci-vdk.o pci-iomap.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |