forked from Mirrors/opensbi

We add simple IMSIC library which is independent of hardware description format (FDT or ACPI). This IMSIC library can be used by custom OpenSBI platform support to setup IMSIC for external interrupts. Signed-off-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>
14 lines
332 B
Makefile
14 lines
332 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2019 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Anup Patel <anup.patel@wdc.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += irqchip/fdt_irqchip.o
|
|
libsbiutils-objs-y += irqchip/fdt_irqchip_plic.o
|
|
libsbiutils-objs-y += irqchip/imsic.o
|
|
libsbiutils-objs-y += irqchip/plic.o
|