forked from Mirrors/opensbi

We add simple irqchip framework which will select and use irqchip driver based on details in FDT passed by previous booting stage. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
13 lines
294 B
Makefile
13 lines
294 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/plic.o
|