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