Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the MB93090-MB00 motherboard stuff |
| 4 | # |
| 5 | |
| 6 | ifeq "$(CONFIG_PCI)" "y" |
Michael S. Tsirkin | 5322418 | 2011-11-29 21:20:06 +0200 | [diff] [blame] | 7 | obj-y := pci-frv.o pci-irq.o pci-vdk.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
| 9 | ifeq "$(CONFIG_MMU)" "y" |
| 10 | obj-y += pci-dma.o |
| 11 | else |
| 12 | obj-y += pci-dma-nommu.o |
| 13 | endif |
| 14 | endif |
David Howells | c775197 | 2009-09-24 15:12:00 +0100 | [diff] [blame] | 15 | |
| 16 | obj-$(CONFIG_MTD) += flash.o |