]> Git Repo - linux.git/blame - arch/frv/mb93090-mb00/Makefile
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[linux.git] / arch / frv / mb93090-mb00 / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the MB93090-MB00 motherboard stuff
3#
4
5ifeq "$(CONFIG_PCI)" "y"
53224185 6obj-y := pci-frv.o pci-irq.o pci-vdk.o
1da177e4
LT
7
8ifeq "$(CONFIG_MMU)" "y"
9obj-y += pci-dma.o
10else
11obj-y += pci-dma-nommu.o
12endif
13endif
c775197d
DH
14
15obj-$(CONFIG_MTD) += flash.o
This page took 0.563942 seconds and 4 git commands to generate.