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 |
Joachim Eastwood | 17c50b7 | 2015-07-13 23:20:11 +0200 | [diff] [blame] | 8 | obj-$(CONFIG_ARM_PL172_MPMC) += pl172.o |
Alexandre Belloni | e81b6ab | 2014-07-08 18:21:12 +0200 | [diff] [blame] | 9 | obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o |
Ivan Khoronzhuk | 5a7c815 | 2014-02-24 19:26:11 +0200 | [diff] [blame] | 10 | obj-$(CONFIG_TI_AEMIF) += ti-aemif.o |
Aneesh V | 7ec9445 | 2012-04-27 17:54:05 +0530 | [diff] [blame] | 11 | obj-$(CONFIG_TI_EMIF) += emif.o |
Tony Lindgren | 1864019 | 2014-11-20 09:13:42 -0800 | [diff] [blame] | 12 | obj-$(CONFIG_OMAP_GPMC) += omap-gpmc.o |
Scott Wood | 54afbec | 2014-07-02 18:52:11 -0500 | [diff] [blame] | 13 | obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o |
Prabhakar Kushwaha | d2ae2e2 | 2014-01-17 11:15:16 +0530 | [diff] [blame] | 14 | obj-$(CONFIG_FSL_IFC) += fsl_ifc.o |
Ezequiel Garcia | 3edad32 | 2013-04-23 16:21:26 -0300 | [diff] [blame] | 15 | obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o |
Hiroshi DOYU | c542fb7 | 2012-05-10 10:42:30 +0300 | [diff] [blame] | 16 | obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o |
Alex Smith | 911a888 | 2015-03-09 14:29:04 +0000 | [diff] [blame] | 17 | obj-$(CONFIG_JZ4780_NEMC) += jz4780-nemc.o |
Thierry Reding | 8918465 | 2014-04-16 09:24:44 +0200 | [diff] [blame] | 18 | |
| 19 | obj-$(CONFIG_TEGRA_MC) += tegra/ |