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