blob: 66f55240830e7343f14e8ceca27901e3acf82862 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Aneesh V7ec94452012-04-27 17:54:05 +05302#
3# Makefile for memory devices
4#
5
Stephen Warren7c304d72012-09-05 12:29:23 -06006ifeq ($(CONFIG_DDR),y)
Aneesh Ve6b42eb2012-08-17 14:05:15 +05307obj-$(CONFIG_OF) += of_memory.o
Stephen Warren7c304d72012-09-05 12:29:23 -06008endif
Joachim Eastwood17c50b72015-07-13 23:20:11 +02009obj-$(CONFIG_ARM_PL172_MPMC) += pl172.o
Alexandre Bellonie81b6ab2014-07-08 18:21:12 +020010obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
Boris Brezillon6a4ec4c2016-05-23 09:44:54 +020011obj-$(CONFIG_ATMEL_EBI) += atmel-ebi.o
Markus Mayer2f330ca2017-08-24 16:36:26 -070012obj-$(CONFIG_ARCH_BRCMSTB) += brcmstb_dpfe.o
Ivan Khoronzhuk5a7c8152014-02-24 19:26:11 +020013obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
Aneesh V7ec94452012-04-27 17:54:05 +053014obj-$(CONFIG_TI_EMIF) += emif.o
Tony Lindgren18640192014-11-20 09:13:42 -080015obj-$(CONFIG_OMAP_GPMC) += omap-gpmc.o
Scott Wood54afbec2014-07-02 18:52:11 -050016obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o
Prabhakar Kushwahad2ae2e22014-01-17 11:15:16 +053017obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
Ezequiel Garcia3edad322013-04-23 16:21:26 -030018obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o
Hiroshi DOYUc542fb72012-05-10 10:42:30 +030019obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
Alex Smith911a8882015-03-09 14:29:04 +000020obj-$(CONFIG_JZ4780_NEMC) += jz4780-nemc.o
Yong Wucc8bbe12016-02-23 01:20:49 +080021obj-$(CONFIG_MTK_SMI) += mtk-smi.o
Bartosz Golaszewski62a8a732016-10-31 15:45:34 +010022obj-$(CONFIG_DA8XX_DDRCTL) += da8xx-ddrctl.o
Thierry Reding89184652014-04-16 09:24:44 +020023
Pankaj Dubeya8aabb92016-04-11 13:12:24 +053024obj-$(CONFIG_SAMSUNG_MC) += samsung/
Thierry Reding89184652014-04-16 09:24:44 +020025obj-$(CONFIG_TEGRA_MC) += tegra/
Dave Gerlach8428e5a2015-06-17 14:52:10 -050026obj-$(CONFIG_TI_EMIF_SRAM) += ti-emif-sram.o
27ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o
28
29AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a
30
31include drivers/memory/Makefile.asm-offsets
32
33drivers/memory/ti-emif-sram-pm.o: include/generated/ti-emif-asm-offsets.h