20 lines
404 B
Makefile
20 lines
404 B
Makefile
ifdef CONFIG_TEGRA_T19X_GRHOST
|
|
|
|
GCOV_PROFILE := y
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/video/tegra/host
|
|
ccflags-y += -I$(srctree.nvidia)/include
|
|
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
|
|
ccflags-y += -Werror
|
|
|
|
nvhost-nvdla-objs = \
|
|
nvdla.o \
|
|
nvdla_buffer.o \
|
|
nvdla_ioctl.o \
|
|
dla_queue.o \
|
|
nvdla_queue.o \
|
|
nvdla_debug.o
|
|
|
|
obj-$(CONFIG_TEGRA_GRHOST_NVDLA) += nvhost-nvdla.o
|
|
|
|
endif
|