Makefile 150 字节
Newer Older
1 2 3 4 5
#
# Makefile for memory devices
#

obj-$(CONFIG_TI_EMIF)		+= emif.o
6
obj-$(CONFIG_TEGRA20_MC)	+= tegra20-mc.o
7
obj-$(CONFIG_TEGRA30_MC)	+= tegra30-mc.o