mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Ok the disassemble recipe should work now.
This commit is contained in:
parent
69126298a4
commit
25af7d3c78
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user