[spp] [PATCH] makefile: update dist-clean for vf/common
ogawa.yasufumi at lab.ntt.co.jp
ogawa.yasufumi at lab.ntt.co.jp
Tue Jan 15 04:28:23 CET 2019
From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
Add `vf/common` to the target directories of dist-clean.
Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
GNUmakefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/GNUmakefile b/GNUmakefile
index 4f04bba..8a9fc0c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -26,6 +26,7 @@ dist-clean:
make clean
rm -rf $(wildcard src/*/$(RTE_TARGET))
rm -rf $(wildcard src/*/shared)
+ rm -rf $(wildcard src/mirror/vf)
.PHONY: doc
doc: doc-all
--
2.17.1
More information about the spp
mailing list