From 10317ccd4334ea3ee2cdb5a1b61cff9283697ff2 Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Fri, 29 Oct 2021 14:56:16 +0800 Subject: [PATCH] MALI: bifrost: fix an error in Kbuild Bifrost device driver should be built once CONFIG_MALI_BIFROST is enabled, not CONFIG_MALI_MIDGARD. Fixes: 100a5af029b1 ("MALI: rockchip: upgrade bifrost DDK to g7p1-01bet0, from g6p0-01eac0") Signed-off-by: Zhen Chen Change-Id: Idf49dd482576c293081f846891c39523520350a8 --- drivers/gpu/arm/bifrost/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/arm/bifrost/Kbuild b/drivers/gpu/arm/bifrost/Kbuild index 69d0fbb31a87..83c331d832db 100644 --- a/drivers/gpu/arm/bifrost/Kbuild +++ b/drivers/gpu/arm/bifrost/Kbuild @@ -142,7 +142,7 @@ subdir-ccflags-y += $(ccflags-y) # # Kernel Modules # -obj-$(CONFIG_MALI_MIDGARD) += bifrost_kbase.o +obj-$(CONFIG_MALI_BIFROST) += bifrost_kbase.o obj-$(CONFIG_MALI_KUTF) += tests/ bifrost_kbase-y := \