From 5bd05908bdff032f65ac7e0f7def4d6b4b272a5a Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Mon, 11 Dec 2023 16:56:37 -0800 Subject: Remove in-tree libfdt, rely on system-installed libfdt --- riscv/riscv.mk.in | 1 - 1 file changed, 1 deletion(-) (limited to 'riscv/riscv.mk.in') diff --git a/riscv/riscv.mk.in b/riscv/riscv.mk.in index 04747c9..e65a6fa 100644 --- a/riscv/riscv.mk.in +++ b/riscv/riscv.mk.in @@ -2,7 +2,6 @@ get_insn_list = $(shell grep ^DECLARE_INSN $(1) | sed 's/DECLARE_INSN(\(.*\),.*, get_opcode = $(shell grep ^DECLARE_INSN.*\\\<$(2)\\\> $(1) | sed 's/DECLARE_INSN(.*,\(.*\),.*)/\1/') riscv_subproject_deps = \ - fdt \ disasm \ fesvr \ softfloat \ -- cgit v1.1