3c589_cs: fix local_bh_enable warning
[sfrench/cifs-2.6.git] / arch / frv / mb93090-mb00 / Makefile
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 pci-iomap.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