Makefile fixes, but sim still doesn't work

This commit is contained in:
Harrison Liew
2023-02-01 23:19:43 -08:00
committed by abejgonzalez
parent 1dcc7bd9f5
commit 48539353b0
5 changed files with 23 additions and 44 deletions

View File

@@ -150,6 +150,5 @@ fi
cat << EOT >> env.sh
# line auto-generated by init-submodules-no-riscv-tools.sh
__DIR="$RDIR"
PATH=\$__DIR/bin:\$PATH
PATH=\$__DIR/software/firemarshal:\$PATH
EOT