diff options
Diffstat (limited to 'arch/frv/mb93090-mb00/Makefile')
-rw-r--r-- | arch/frv/mb93090-mb00/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/frv/mb93090-mb00/Makefile b/arch/frv/mb93090-mb00/Makefile new file mode 100644 index 000000000000..3faf0f8cf9b5 --- /dev/null +++ b/arch/frv/mb93090-mb00/Makefile | |||
@@ -0,0 +1,13 @@ | |||
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 | ||