mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00

We add simple FDT irqchip driver for IMSIC so that generic platform (and other FDT based platforms) can utilize common IMIC library. Signed-off-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>
15 lines
382 B
Makefile
15 lines
382 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_imsic.o
|
|
libsbiutils-objs-y += irqchip/fdt_irqchip_plic.o
|
|
libsbiutils-objs-y += irqchip/imsic.o
|
|
libsbiutils-objs-y += irqchip/plic.o
|