Aneesh V | 7ec9445 | 2012-04-27 17:54:05 +0530 | [diff] [blame] | 1 | # |
2 | # Makefile for memory devices | ||||
3 | # | ||||
4 | |||||
Stephen Warren | 7c304d7 | 2012-09-05 12:29:23 -0600 | [diff] [blame] | 5 | ifeq ($(CONFIG_DDR),y) |
Aneesh V | e6b42eb | 2012-08-17 14:05:15 +0530 | [diff] [blame] | 6 | obj-$(CONFIG_OF) += of_memory.o |
Stephen Warren | 7c304d7 | 2012-09-05 12:29:23 -0600 | [diff] [blame] | 7 | endif |
Aneesh V | 7ec9445 | 2012-04-27 17:54:05 +0530 | [diff] [blame] | 8 | obj-$(CONFIG_TI_EMIF) += emif.o |
Hiroshi DOYU | c542fb7 | 2012-05-10 10:42:30 +0300 | [diff] [blame] | 9 | obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o |
Hiroshi DOYU | af46810 | 2012-05-10 10:42:32 +0300 | [diff] [blame] | 10 | obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o |