8 lines
141 B
Makefile
8 lines
141 B
Makefile
GCOV_PROFILE := y
|
|
ccflags-y += -Idrivers/video/tegra/host
|
|
|
|
nvhost-t114-objs = \
|
|
t114.o
|
|
|
|
obj-$(CONFIG_TEGRA_GRHOST) += nvhost-t114.o
|