Automated objdumping of test programs
This commit is contained in:
@ -4,11 +4,10 @@ include $(TOPDIR)/Makefile.config
|
||||
#
|
||||
# Main targets
|
||||
#
|
||||
objdumps:
|
||||
$(MAKE) -C riscv_instructions
|
||||
|
||||
programs:
|
||||
$(MAKE) -C programs
|
||||
dumps:
|
||||
$(MAKE) dumps -C riscv_instructions/
|
||||
mkdir -p ${TOPDIR}/target
|
||||
find . -name '*.dump' -exec mv {} ${TOPDIR}/target \;
|
||||
|
||||
clean:
|
||||
rm -rf $(TOPDIR)/target
|
Reference in New Issue
Block a user