From: Zoltan HERPAI Date: Tue, 30 Apr 2024 09:26:49 +0000 (+0200) Subject: opensbi: allow building on TARGET_cv18x0 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=92e8e40a6cba9fecd65c4de0a10bb20e7156eb5b;p=openwrt%2Fstaging%2Fwigyori.git opensbi: allow building on TARGET_cv18x0 Signed-off-by: Zoltan HERPAI --- diff --git a/package/boot/opensbi/Makefile b/package/boot/opensbi/Makefile index b2ef27dd71..bdba6e2be2 100644 --- a/package/boot/opensbi/Makefile +++ b/package/boot/opensbi/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/opensbi SECTION:=boot CATEGORY:=Boot Loaders - DEPENDS:=@(TARGET_sifiveu||TARGET_d1) + DEPENDS:=@(TARGET_sifiveu||TARGET_d1||TARGET_cv18x0) URL:=https://github.com/riscv/opensbi/blob/master/README.md VARIANT:=$(subst _,/,$(subst opensbi_,,$(1))) TITLE:=OpenSBI generic