summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Mills <kevin.mills@sifive.com>2019-06-20 11:20:07 -0700
committerKevin Mills <kevin.mills@sifive.com>2019-06-20 11:20:07 -0700
commit8c9a08bc9afbaf08f055e4fa3c7daaa7153af569 (patch)
tree4ccca658340c2cb6c1a07beb4216076a38f2e280
parent55f4362c9827474b8666ec0506e94b2a41c3e8e2 (diff)
make "clean" work too.
-rw-r--r--scripts/standalone.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/standalone.mk b/scripts/standalone.mk
index a29bce4..2378b12 100644
--- a/scripts/standalone.mk
+++ b/scripts/standalone.mk
@@ -221,7 +221,7 @@ endif
.PHONY: clean-software
clean-software:
- $(MAKE) -C $(SRC_DIR) clean
+ $(MAKE) -C $(SRC_DIR) PORT_DIR=$(PORT_DIR) clean
rm -rf $(SRC_DIR)/$(CONFIGURATION)
.PHONY: clean
clean: clean-software