projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6]
/
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