• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Makefile for memory devices
3#
4
5ifeq ($(CONFIG_DDR),y)
6obj-$(CONFIG_OF)		+= of_memory.o
7endif
8obj-$(CONFIG_TI_EMIF)		+= emif.o
9obj-$(CONFIG_TEGRA20_MC)	+= tegra20-mc.o
10obj-$(CONFIG_TEGRA30_MC)	+= tegra30-mc.o
11