summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
new file mode 100644
index 00000000..c583f6d5
--- /dev/null
+++ b/drivers/gpu/nvgpu/Makefile
@@ -0,0 +1,10 @@
1GCOV_PROFILE := y
2
3ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel/drivers/gpu/nvgpu
4ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel/include/linux
5ccflags-$(CONFIG_GK20A) += -I$(srctree)/../kernel-t18x/include
6ccflags-$(CONFIG_GK20A) += -Wno-multichar
7ccflags-$(CONFIG_GK20A) += -Werror
8
9obj-$(CONFIG_GK20A) += gp10b/
10