diff --git a/BUILD.gn b/BUILD.gn index 8b7b846e..c067fb8f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -70,8 +70,6 @@ if (exec_script("//build/lite/run_shell_cmd.py", [ "if [ -f $f ]; then echo true print("liteos_config_file:", liteos_config_file) -exec_script("//build/lite/run_shell_cmd.py", [ "which genconfig || pip3 install --user kconfiglib" ]) - exec_script("//build/lite/run_shell_cmd.py", [ "env" + diff --git a/Makefile b/Makefile index 0647ee9b..b0b1014e 100644 --- a/Makefile +++ b/Makefile @@ -66,9 +66,6 @@ else CONFIG ?= $(PRODUCT_PATH)/config/debug$(tee).config endif -ifeq ($(shell which menuconfig),) -$(shell pip3 install --user kconfiglib >/dev/null) -endif $(shell env CONFIG_=$(CONFIG_) DEVICE_PATH=$(DEVICE_PATH) olddefconfig >/dev/null) -include $(LITEOSTOPDIR)/tools/build/config.mk