10 lines
166 B
Makefile
10 lines
166 B
Makefile
GCOV_PROFILE := y
|
|
ccflags-y += -Idrivers/video/tegra/host
|
|
|
|
nvhost-gr2d-objs = \
|
|
gr2d.o \
|
|
gr2d_t114.o \
|
|
gr2d_t30.o
|
|
|
|
obj-$(CONFIG_TEGRA_GRHOST) += nvhost-gr2d.o
|