MALI: bifrost: fix an error in Kbuild

Bifrost device driver should be built once CONFIG_MALI_BIFROST is enabled,
not CONFIG_MALI_MIDGARD.

Fixes: 100a5af029 ("MALI: rockchip: upgrade bifrost DDK to g7p1-01bet0, from g6p0-01eac0")
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: Idf49dd482576c293081f846891c39523520350a8
This commit is contained in:
Zhen Chen
2021-10-29 14:56:16 +08:00
committed by Tao Huang
parent d0b95bb73b
commit 10317ccd43

View File

@@ -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 := \