diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index 1a13b0983..9b6d29a33 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -1,2 +1,4 @@ # Choose this option if you have an SoC with integrated Nvidia GPU IP. +ifneq ($(CONFIG_ARCH_TEGRA_CHAIN_C), y) obj-m += nvgpu/ +endif