repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
frv
/
mb93090-mb00
/
Makefile
blob
bcb03ebb3583b05327bfcc31a532a73953346900
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for the MB93090-MB00 motherboard stuff
4
#
5
6
ifeq
"$(CONFIG_PCI)"
"y"
7
obj-y
:=
pci-frv.o pci-irq.o pci-vdk.o
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
15
16
obj-
$(
CONFIG_MTD
) +=
flash.o