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

10 lines
219 B
Makefile
Raw Permalink 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-host1x-objs = \
host1x.o
obj-$(CONFIG_TEGRA_GRHOST) += nvhost-host1x.o