Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Makefile for memory devices
3#
4
5ifeq ($(CONFIG_DDR),y)
6obj-$(CONFIG_OF) += of_memory.o
7endif
8obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
9obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
10obj-$(CONFIG_TI_EMIF) += emif.o
11obj-$(CONFIG_OMAP_GPMC) += omap-gpmc.o
12obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o
13obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
14obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o
15obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
16
17obj-$(CONFIG_TEGRA_MC) += tegra/