mirror of
https://github.com/revyos/thead-opensbi.git
synced 2026-06-29 13:04:52 +02:00
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
|