forked from Mirrors/opensbi

This patch adds support for Ariane platform. We needed to enable PLIC interrupts early(like on BBL) due to some issue of the design. Otherwise, Linux would not get any external interrupts. Signed-off-by: Panagiotis Peristerakis <perister@ics.forth.gr>
9 lines
159 B
Makefile
9 lines
159 B
Makefile
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2019 FORTH-ICS/CARV
|
|
# Panagiotis Peristerakis <perister@ics.forth.gr>
|
|
#
|
|
|
|
platform-objs-y += platform.o
|