From 25af7d3c78820653777d675e684eca6b3abfb898 Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Tue, 21 Nov 2023 20:47:57 -0600 Subject: [PATCH] Ok the disassemble recipe should work now. --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 9a6977faa..954d162bc 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -62,7 +62,7 @@ $(RISCV): disassemble: - cp $(BUILDROOT)/output/build/linux*/vmlinux $(BUILDROOT)/output/images/vmlinux + find $(BUILDROOT)/output/build/linux-* -maxdepth 1 -name "vmlinux" | xargs cp -t $(BUILDROOT)/output/images/ mkdir -p $(DIS) make -j $(OBJDUMPS)