tegrakernel/kernel/nvidia/drivers/video/tegra/host/vhost/Makefile

15 lines
303 B
Makefile
Raw Normal View History

2022-02-16 09:13:02 -06:00
GCOV_PROFILE := y
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host
ccflags-y += -Idrivers/video/tegra/host
ccflags-y += -Werror
nvhost-vhost-objs = \
vhost.o \
vhost_intr.o \
vhost_syncpt.o \
vhost_channel.o \
vhost_cdma.o \
vhost_client.o
obj-$(CONFIG_TEGRA_GRHOST) += nvhost-vhost.o