Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.13-rc4 11 lines 257 B view raw
1# 2# Makefile for memory devices 3# 4 5ifeq ($(CONFIG_DDR),y) 6obj-$(CONFIG_OF) += of_memory.o 7endif 8obj-$(CONFIG_TI_EMIF) += emif.o 9obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o 10obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o 11obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o