blob: 9cce5d70ed5218503f5e58b2310cde9570ae6de7 [file] [log] [blame]
Aneesh V7ec94452012-04-27 17:54:05 +05301#
2# Makefile for memory devices
3#
4
Stephen Warren7c304d72012-09-05 12:29:23 -06005ifeq ($(CONFIG_DDR),y)
Aneesh Ve6b42eb2012-08-17 14:05:15 +05306obj-$(CONFIG_OF) += of_memory.o
Stephen Warren7c304d72012-09-05 12:29:23 -06007endif
Aneesh V7ec94452012-04-27 17:54:05 +05308obj-$(CONFIG_TI_EMIF) += emif.o
Hiroshi DOYUc542fb72012-05-10 10:42:30 +03009obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
Hiroshi DOYUaf468102012-05-10 10:42:32 +030010obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o