forked from Mirrors/opensbi
platform: generic: thead: separate implement of T-HEAD c9xx pmu
Separate the implement of T-HEAD c9xx pmu to allow any platform with c9xx cores can use it. Signed-off-by: Inochi Amaoto <inochiama@outlook.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:

committed by
Anup Patel

parent
c1a6987447
commit
8e941e7fe3
@@ -5,6 +5,8 @@
|
||||
# Copyright (C) 2023 Alibaba Group Holding Limited.
|
||||
#
|
||||
|
||||
platform-objs-$(CONFIG_THEAD_C9XX_PMU) += thead/thead_c9xx_pmu.o
|
||||
|
||||
carray-platform_override_modules-$(CONFIG_PLATFORM_THEAD) += thead_generic
|
||||
platform-objs-$(CONFIG_PLATFORM_THEAD) += thead/thead-generic.o
|
||||
platform-objs-$(CONFIG_PLATFORM_THEAD) += thead/thead-trap-handler.o
|
||||
|
Reference in New Issue
Block a user