Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper...
[deliverable/linux.git] / drivers / memory / Makefile
CommitLineData
7ec94453
A
1#
2# Makefile for memory devices
3#
4
7c304d7e 5ifeq ($(CONFIG_DDR),y)
e6b42eb6 6obj-$(CONFIG_OF) += of_memory.o
7c304d7e 7endif
e81b6abe 8obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
5a7c8154 9obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
7ec94453 10obj-$(CONFIG_TI_EMIF) += emif.o
18640193 11obj-$(CONFIG_OMAP_GPMC) += omap-gpmc.o
54afbec0 12obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o
d2ae2e20 13obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
3edad321 14obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o
c542fb79 15obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
89184651
TR
16
17obj-$(CONFIG_TEGRA_MC) += tegra/
This page took 0.173576 seconds and 5 git commands to generate.