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