9 lines
173 B
Makefile
9 lines
173 B
Makefile
|
GCOV_PROFILE := y
|
||
|
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host
|
||
|
ccflags-y += -Idrivers/video/tegra/host
|
||
|
|
||
|
nvhost-flcn-objs = \
|
||
|
flcn.o \
|
||
|
|
||
|
obj-y += nvhost-flcn.o
|