Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgent
[deliverable/linux.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_TI_EMIF) += emif.o
9 obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
10 obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o
This page took 0.03024 seconds and 6 git commands to generate.