diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index 87d259e3..33ca7936 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0 # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. -ifdef CONFIG_I2C +ifdef CONFIG_DRM obj-m += drm/tegra/ +endif obj-m += host1x/ obj-m += host1x-fence/ obj-m += host1x-nvhost/ -endif