blob: c32d31981be314518d16c8933177937e97841545 [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
Alexandre Bellonie81b6ab2014-07-08 18:21:12 +02008obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
Ivan Khoronzhuk5a7c8152014-02-24 19:26:11 +02009obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
Aneesh V7ec94452012-04-27 17:54:05 +053010obj-$(CONFIG_TI_EMIF) += emif.o
Scott Wood54afbec2014-07-02 18:52:11 -050011obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o
Prabhakar Kushwahad2ae2e22014-01-17 11:15:16 +053012obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
Ezequiel Garcia3edad322013-04-23 16:21:26 -030013obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o
Hiroshi DOYUc542fb72012-05-10 10:42:30 +030014obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
Hiroshi DOYUaf468102012-05-10 10:42:32 +030015obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o