repo.or.cz
/
linux-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
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[linux-2.6.git]
/
drivers
/
memory
/
Makefile
blob
969d923dad93399b8d672f6077941c1dea0e3b3e
1
#
2
# Makefile for memory devices
3
#
4
5
ifeq
($(
CONFIG_DDR
),
y
)
6
obj-
$(
CONFIG_OF
) +=
of_memory.o
7
endif
8
obj-
$(
CONFIG_TI_EMIF
) +=
emif.o
9
obj-
$(
CONFIG_MVEBU_DEVBUS
) +=
mvebu-devbus.o
10
obj-
$(
CONFIG_TEGRA20_MC
) +=
tegra20-mc.o
11
obj-
$(
CONFIG_TEGRA30_MC
) +=
tegra30-mc.o