xref: /linux/drivers/memory/Makefile (revision 95e9fd10f06cb5642028b6b851e32b8c8afb4571)
1#
2# Makefile for memory devices
3#
4
5obj-$(CONFIG_TI_EMIF)		+= emif.o
6obj-$(CONFIG_TEGRA20_MC)	+= tegra20-mc.o
7obj-$(CONFIG_TEGRA30_MC)	+= tegra30-mc.o
8