mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Attempt to fix buildroot makefile
This commit is contained in:
parent
2e0dca3f28
commit
527304ca62
@ -75,12 +75,16 @@ disassemble:
|
||||
echo "Ignore error about dev/console when extracting rootfs from rootfs.cpio"
|
||||
-cpio -i -D $(BUILDROOT)/output/images/disassembly/rootfs < $(BUILDROOT)/output/images/rootfs.cpio
|
||||
|
||||
|
||||
$(DIS)/%.objdump: SHELL:=/bin/bash
|
||||
$(DIS)/%.objdump: $(IMAGES)/%.elf
|
||||
riscv64-unknown-elf-objdump -DS $< >> $@
|
||||
source ../setup.sh && \
|
||||
riscv64-unknown-elf-objdump -DS $< >> $@ && \
|
||||
extractFunctionRadix.sh $@
|
||||
|
||||
$(DIS)/%.objdump: $(IMAGES)/%
|
||||
riscv64-unknown-elf-objdump -S $< >> $@
|
||||
source ../setup.sh && \
|
||||
riscv64-unknown-elf-objdump -S $< >> $@ && \
|
||||
extractFunctionRadix.sh $@
|
||||
|
||||
$(IMAGES)/vmlinux:
|
||||
|
Loading…
Reference in New Issue
Block a user