8 lines
137 B
Makefile
8 lines
137 B
Makefile
GCOV_PROFILE := y
|
|
ccflags-y += -Idrivers/video/tegra/host
|
|
|
|
nvhost-vic-objs = \
|
|
vic03.o \
|
|
|
|
obj-$(CONFIG_ARCH_TEGRA_VIC) += nvhost-vic.o
|