build/release/src: clean spkmodem/e6400 utils

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe 2023-06-25 13:31:20 +01:00
parent 2e85a63a0a
commit 4efa545a46
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ purge_files()
./build clean all || err "build-clean1"
make clean -BC util/nvmutil || err "make-clean2"
make clean -BC util/ich9utils || err "make-clean3"
make clean -BC util/spkmodem_recv || err "make-clean4"
make clean -BC util/e6400-flash-unlock || err "make-clean5"
rm -Rf coreboot/coreboot/ || err "rm-rf1"
rm -Rf .git .gitignore */.git* coreboot/*/.git* \