Ok the disassemble recipe should work now.

This commit is contained in:
Rose Thompson 2023-11-21 20:47:57 -06:00
parent 69126298a4
commit 25af7d3c78

View File

@ -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)