projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e8a6a8
)
Improve make clean
author
Anton Blanchard
<anton@linux.ibm.com>
Tue, 19 May 2020 05:32:04 +0000
(15:32 +1000)
committer
Anton Blanchard
<anton@ozlabs.org>
Tue, 19 May 2020 05:32:04 +0000
(15:32 +1000)
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
Makefile.synth
patch
|
blob
|
history
diff --git
a/Makefile.synth
b/Makefile.synth
index 19a96b8004e06ecf1eaf4b9c78b5191f70589c47..f7bdc5bef02c567a97ea389fc180092e43492e6e 100644
(file)
--- a/
Makefile.synth
+++ b/
Makefile.synth
@@
-81,7
+81,8
@@
prog: microwatt.svf
$(OPENOCD) -f $(OPENOCD_JTAG_CONFIG) -f $(OPENOCD_DEVICE_CONFIG) -c "transport select jtag; init; svf $<; exit"
clean:
- @rm -f work-obj08.cf *.bit *.json *.svf *.config
+ @rm -f work-obj08.cf *.bit *.json *.svf *.config microwatt.v microwatt-verilator
+ @rm -rf obj_dir/
.PHONY: clean prog
.PRECIOUS: microwatt.json microwatt_out.config microwatt.bit