blob: 76595e87073315bc1bc59fee043a6d83912f63c4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the MB93090-MB00 motherboard stuff
3#
4
5ifeq "$(CONFIG_PCI)" "y"
David Howellsa2a88f82006-01-08 01:01:22 -08006obj-y := pci-frv.o pci-irq.o pci-vdk.o pci-iomap.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8ifeq "$(CONFIG_MMU)" "y"
9obj-y += pci-dma.o
10else
11obj-y += pci-dma-nommu.o
12endif
13endif