mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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 := \
|
||||
|
||||
Reference in New Issue
Block a user