summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/t20/Makefile
blob: a17adf71f7d246609dc432508d9d06524c9fc745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
GCOV_PROFILE := y

nvhost-t20-objs  = \
	t20.o \
	syncpt_t20.o \
	cpuaccess_t20.o \
	channel_t20.o \
	intr_t20.o \
	cdma_t20.o \
	3dctx_t20.o \
	debug_t20.o

obj-$(CONFIG_TEGRA_GRHOST) += nvhost-t20.o