]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/memory/Makefile
Merge tag 'drm-intel-next-fixes-2014-10-17' of git://anongit.freedesktop.org/drm...
[mirror_ubuntu-artful-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_ATMEL_SDRAMC) += atmel-sdramc.o
9 obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
10 obj-$(CONFIG_TI_EMIF) += emif.o
11 obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o
12 obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
13 obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o
14 obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
15 obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o