Add missing library remake

This commit is contained in:
Hansung Kim
2025-01-30 13:24:23 -08:00
parent 2c1ac4e938
commit 238b942133
3 changed files with 6 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ for arch in "${archs[@]}"; do
git pull
# re-compile libvortexrt.a
# FIXME after restructure
pushd ../../lib
make
popd
@@ -40,6 +39,7 @@ for arch in "${archs[@]}"; do
# touch source file to force re-building, as the Makefile does not track
# binary changes
touch kernel.cpp
touch kernel.gemmini.cpp
make CONFIG=flash.$arch.seqlen1024.headdim64
done