repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: usbip: userspace: set libusbip version in configure.ac
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
frv
/
mb93090-mb00
/
Makefile
blob
b73b542f8f48c32d9a771c5aa0be92a78d4cea00
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
14
15
obj-
$(
CONFIG_MTD
) +=
flash.o