Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.7-rc4 10 lines 212 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_TEGRA20_MC) += tegra20-mc.o 10obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o