summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/Makefile
blob: 048a3f3c204c59b99a7c12c9258149fe81b992ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
ccflags-y += -Idrivers/gpu/drm/tegra
ccflags-y += -I../kernel-t18x/drivers/gpu/drm/tegra

tegra-drm-t186-y = \
	vic_t186.o \
	nvenc_t186.o \
	nvdec_t186.o \
	nvjpg_t186.o \
	tsec_t186.o

obj-$(CONFIG_TEGRA_HOST1X) += tegra-drm-t186.o