projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drm/shmobile: Use the GEM PRIME helpers
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
drivers
/
memory
/
Makefile
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