From: Florent Kermarrec Date: Thu, 5 Feb 2015 12:25:49 +0000 (+0100) Subject: make.py: remove auto-clean X-Git-Tag: 24jan2021_ls180~2604^2~81 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dbca3775517d61b531d6000323b1c41ec35e1e7c;p=litex.git make.py: remove auto-clean --- diff --git a/make.py b/make.py index ba6b9b1d..8057ca72 100644 --- a/make.py +++ b/make.py @@ -100,13 +100,11 @@ System Clk: {} MHz # dependencies if actions["all"]: - actions["clean"] = True actions["build-csr-csv"] = True actions["build-bitstream"] = True actions["load-bitstream"] = True if actions["build-bitstream"]: - actions["clean"] = True actions["build-csr-csv"] = True actions["build-bitstream"] = True actions["load-bitstream"] = True