Automated objdumping of test programs

This commit is contained in:
François Autin
2023-03-01 13:44:48 +01:00
parent b863315030
commit afe643170f
16 changed files with 39 additions and 48 deletions

View File

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