config_tool: add 'make clean' to local directory

This patch use 'make clean' to clean up the files left after
a 'make configurator'.

Tracked-On: #7508
Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
Yuanyuan Zhao
2022-05-18 17:35:14 +08:00
committed by acrnsi-robot
parent 82232f7f75
commit 3d62043c7b
2 changed files with 20 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ clean:
$(MAKE) -C $(T)/misc OUT_DIR=$(TOOLS_OUT) clean
$(MAKE) -C $(T)/doc BUILDDIR=$(DOC_OUT) clean
rm -rf $(ROOT_OUT)
python3 misc/packaging/gen_acrn_deb.py clean $(ROOT_OUT) --version=$(FULL_VERSION);
.PHONY: install life_mngr-install
install: hypervisor-install devicemodel-install tools-install