From 2a2ea36c14c2f301c6ce3705c6864f23e1e7e40c Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 22 Mar 2021 14:39:08 +0100 Subject: RISC-V: erizo: move to arch/riscv/boards/erizo In preparation for migrating to PBL for RISC-V platforms, move the only existing board support to a new arch/riscv/boards/ directory. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/riscv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/riscv/Makefile') diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile index edf3a971e6..d9cefe32c0 100644 --- a/arch/riscv/Makefile +++ b/arch/riscv/Makefile @@ -41,7 +41,7 @@ MACH := endif common-y += $(MACH) -common-y += arch/riscv/boot/ +common-y += arch/riscv/boards/ common-y += arch/riscv/lib/ common-$(CONFIG_OFTREE) += arch/riscv/dts/ -- cgit v1.2.3