summaryrefslogtreecommitdiffstats
path: root/drivers/memory/Makefile
diff options
context:
space:
mode:
authorTony Lindgren2014-11-20 18:13:42 +0100
committerTony Lindgren2014-11-28 21:54:39 +0100
commit186401937927426f85a28bd798e82ca18e4e5549 (patch)
treec7d392c85bbf5fdb055389ddd4faf704b8457a6b /drivers/memory/Makefile
parentARM: OMAP2+: Move GPMC initcall to devices.c (diff)
downloadkernel-qcow2-linux-186401937927426f85a28bd798e82ca18e4e5549.tar.gz
kernel-qcow2-linux-186401937927426f85a28bd798e82ca18e4e5549.tar.xz
kernel-qcow2-linux-186401937927426f85a28bd798e82ca18e4e5549.zip
memory: gpmc: Move omap gpmc code to live under drivers
Just move to drivers as further clean-up can now happen there finally. Let's also add Roger and me to the MAINTAINERS so we get notified for any patches related to GPMC. Cc: Arnd Bergmann <arnd@arndb.de> Acked-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r--drivers/memory/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile
index c32d31981be3..a7d410f3ca32 100644
--- a/drivers/memory/Makefile
+++ b/drivers/memory/Makefile
@@ -8,6 +8,7 @@ endif
obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
obj-$(CONFIG_TI_EMIF) += emif.o
+obj-$(CONFIG_OMAP_GPMC) += omap-gpmc.o
obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o
obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o