projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4132830
)
Clean vunit_out on make clean
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Sun, 23 Oct 2022 04:45:48 +0000
(15:45 +1100)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Sun, 23 Oct 2022 04:45:48 +0000
(15:45 +1100)
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 12a93179ab60c792cb3c93849a79ca24da2802ee..2a856deb1901b02e6a562127bb7a3cd5ea19daf9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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