summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/t20/Makefile
blob: 7903e1b96de326b438e777b79db315efcf56ff16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
	mpectx_t20.o \
	debug_t20.o

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