1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-11 23:43:15 +00:00

Clean vunit_out on make clean

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt 2022-10-23 15:45:48 +11:00
parent 41328306f3
commit 4e32dcff80

View File

@ -337,7 +337,8 @@ _clean:
rm -f microwatt.bin microwatt.json microwatt.svf microwatt_out.config
rm -f microwatt.v microwatt-verilator
rm -f git.vhdl
rm -rf obj_dir/
rm -rf obj_dir
rm -rf vunit_out
clean: _clean
make -f scripts/mw_debug/Makefile clean