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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 680a9f4f..d70c44e8 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -14,6 +14,9 @@ ifeq ($(VERSION),4)
14ccflags-y += -Wextra -Wno-unused-parameter -Wno-missing-field-initializers 14ccflags-y += -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
15endif 15endif
16 16
17# Turn off when this is fixed upstream, if ever.
18ccflags-y += -D__NVGPU_PREVENT_UNTRUSTED_SPECULATION
19
17obj-$(CONFIG_GK20A) := nvgpu.o 20obj-$(CONFIG_GK20A) := nvgpu.o
18 21
19nvgpu-y := \ 22nvgpu-y := \