mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
Attempt to fix buildroot makefile
This commit is contained in:
parent
fed45d9eb6
commit
518650a756
@ -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