forked from Mirrors/opensbi

The PMU DT node bindings are defined in docs/pmu_support.md Add few fdt helper functions to parse the DT node and update the event-counter mapping tables. Reviewed-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Atish Patra <atish.patra@wdc.com>
11 lines
250 B
Makefile
11 lines
250 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (C) 2020 Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += fdt/fdt_domain.o
|
|
libsbiutils-objs-y += fdt/fdt_pmu.o
|
|
libsbiutils-objs-y += fdt/fdt_helper.o
|
|
libsbiutils-objs-y += fdt/fdt_fixup.o
|